mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
sys-proctable-1.2.6.ebuild
This commit is contained in:
parent
f333d327b3
commit
8e4509c6a3
2 changed files with 18 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST sys-proctable-1.2.2.gem 46592 BLAKE2B 3d1d2552bce1cae26330b2314703c613067f9ac7fcebf9cad337b5b78db7ddab1e9143348d2b532c22fca1698831805c7c7541f897cee776801d6538ec176bc3 SHA512 3bae5bf31be1fbc93576f172abc16fd355eadaf7685127399584404879d9ff7091c63620782cc00999550fa11e8361055a6009a68277a70ed507397f2409c6b9
|
||||
DIST sys-proctable-1.2.6.gem 50176 BLAKE2B 665525b2c02765d02f019d64dd833a025cb700e6e86efef036b7d295ac4678f8cfc0b7cd041185f141473a94e7716efc9644a856538d2f177adcc64c9207ebc9 SHA512 dab54251a46f51637dd9d2c5e874efc4a725020a561da757f94f9000cbfbf6267606ecbf1d1c40c3f8c97daf4c2568834a0efd18e76783c485b4c83a8ae8d684
|
||||
|
|
|
|||
17
dev-ruby/sys-proctable/sys-proctable-1.2.6.ebuild
Normal file
17
dev-ruby/sys-proctable/sys-proctable-1.2.6.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A cross-platform Ruby interface for gathering process information"
|
||||
HOMEPAGE="https://github.com/djberg96/sys-proctable"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/ffi"
|
||||
Loading…
Reference in a new issue