From a4e60335d53da881096e802b05fc52a600ff91ab Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 15 Jul 2017 22:19:01 +0000 Subject: [PATCH] bsdbuild: add license --- srcpkgs/bsdbuild/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bsdbuild/template b/srcpkgs/bsdbuild/template index 6a585768948..53e4bbf6807 100644 --- a/srcpkgs/bsdbuild/template +++ b/srcpkgs/bsdbuild/template @@ -13,3 +13,7 @@ homepage="http://hypertriton.com/bsdbuild/" license="BSD" distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz" checksum=d4c562c33cda97f2c5c71ced422f336060a7402237ffc41d84937ca30e942dff + +post_install() { + vlicense LICENSE +}