diff options
Diffstat (limited to 'ebuild-test/file-empty/file-empty-0.ebuild')
-rw-r--r-- | ebuild-test/file-empty/file-empty-0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ebuild-test/file-empty/file-empty-0.ebuild b/ebuild-test/file-empty/file-empty-0.ebuild new file mode 100644 index 0000000..f116b23 --- /dev/null +++ b/ebuild-test/file-empty/file-empty-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Empty file in FILESDIR" +HOMEPAGE="http://example.com/" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" |