diff options
Diffstat (limited to 'sys-apps/shimmy/shimmy-0.3.ebuild')
-rw-r--r-- | sys-apps/shimmy/shimmy-0.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/shimmy/shimmy-0.3.ebuild b/sys-apps/shimmy/shimmy-0.3.ebuild new file mode 100644 index 000000000..79e6afc77 --- /dev/null +++ b/sys-apps/shimmy/shimmy-0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 2015-2016 Adélie Linux Team +# Distributed under the terms of the NCSA License + +EAPI=6 + +DESCRIPTION="Utilities for stricter POSIX conformance" +HOMEPAGE="https://code.foxkit.us/adelie/shimmy" +SRC_URI="mirror://foxkit/${PN}/${P}.tar.bz2" + +LICENSE="UoI-NCSA" +SLOT="0" +KEYWORDS="ppc x86 x86_64" +IUSE="" + +DOCS=( CONTRIBUTING.rst LICENSE README.rst ) + +DEPEND="" +RDEPEND="${DEPEND}" + |