From 3b53d94b64dba266ba2a29472e5d62f8d66d2d8e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 20:25:14 +0200 Subject: [PATCH] Ebuild: add license --- hashboot-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hashboot-9999.ebuild b/hashboot-9999.ebuild index c8b0c4d..8ec56d3 100644 --- a/hashboot-9999.ebuild +++ b/hashboot-9999.ebuild @@ -6,7 +6,7 @@ inherit eutils git-2 DESCRIPTION="Check integrity of files in /boot" HOMEPAGE="https://git.tastytea.de/?p=hashboot.git" -LICENSE="public-domain" +LICENSE="hug-ware" SLOT="0" KEYWORDS="amd64 x86" IUSE="" @@ -32,11 +32,15 @@ src_unpack() { src_prepare() { mv initscript.openrc hashboot + mv LICENSE HUG-WARE } src_install() { dodoc README + insinto /usr/portage/licenses + doins HUG-WARE + dobin hashboot.sh doinitd hashboot }