diff --git a/srcpkgs/darch/template b/srcpkgs/darch/template index 9a6df9b7ab..90dd85da0b 100644 --- a/srcpkgs/darch/template +++ b/srcpkgs/darch/template @@ -1,15 +1,15 @@ # Template file for 'darch' pkgname=darch -version=0.19.0 -revision=2 +version=0.20.0 +revision=1 build_style=go go_import_path=github.com/godarch/darch hostmakedepends="git go" depends="containerd" only_for_archs="x86_64 x86_64-musl" -short_desc="A tool for building/booting stateless and immutable images, bare metal" +short_desc="Tool for building/booting stateless and immutable images, bare metal" maintainer="Paul Knopf " -license="Apache-2.0" +license="MIT" homepage="https://godarch.com/" make_dirs="/var/lib/darch 0755 root root" conf_files="/etc/darch/hooks/ssh/hook /etc/darch/hooks/hostname/hook /etc/darch/hooks/fstab/hook" @@ -41,4 +41,6 @@ do_build() { do_install() { cd ${GOSRCPATH} make install DESTDIR=${DESTDIR} + + vlicense LICENSE }