summaryrefslogtreecommitdiff
path: root/sys-apps/shimmy/shimmy-0.3.ebuild
blob: ecc05829b67f04519c94bdb5a6e5cfbd371ccf14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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="arm64 ppc x86 x86_64"
IUSE=""

DOCS=( CONTRIBUTING.rst LICENSE README.rst )

DEPEND=""
RDEPEND="${DEPEND}"