From da6749295f0ccce9b0bc23d9b7255f1ddfb0f40c Mon Sep 17 00:00:00 2001 From: prspkt Date: Mon, 6 Aug 2018 19:02:08 +0300 Subject: [PATCH] darch: update to 0.20.0. --- srcpkgs/darch/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 }