darkhttpd: add license

This commit is contained in:
Michael Gehring 2017-07-15 22:02:01 +00:00
parent bb9814905b
commit 0b70828317
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@ do_build() {
}
do_install() {
vbin ${pkgname}
sed -n '0,/^$/p' darkhttpd.c > LICENSE
vlicense LICENSE
}