diff options
author | Mike Frysinger <vapier@gentoo.org> | 2020-01-24 05:57:20 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2020-01-24 05:57:20 -0500 |
commit | 3d32b6d38f7f955ddef66c214ffe3507baf5e408 (patch) | |
tree | ea2332171f68fb2c40491accf51f7d5f690d0ec3 /sys-apps/nosig/nosig-2.ebuild | |
parent | dev-python/pyicu: enable Python-3.8 support (diff) | |
download | gentoo-3d32b6d38f7f955ddef66c214ffe3507baf5e408.tar.gz gentoo-3d32b6d38f7f955ddef66c214ffe3507baf5e408.tar.bz2 gentoo-3d32b6d38f7f955ddef66c214ffe3507baf5e408.zip |
sys-apps/nosig: initial ebuild
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sys-apps/nosig/nosig-2.ebuild')
-rw-r--r-- | sys-apps/nosig/nosig-2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/nosig/nosig-2.ebuild b/sys-apps/nosig/nosig-2.ebuild new file mode 100644 index 000000000000..2a8303cf4811 --- /dev/null +++ b/sys-apps/nosig/nosig-2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="This is a sample skeleton ebuild file" +HOMEPAGE="https://vapier.github.io/nosig/" +SRC_URI="https://github.com/vapier/nosig/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" |