darch: update to 0.20.0.

This commit is contained in:
prspkt 2018-08-06 19:02:08 +03:00 committed by Helmut Pozimski
parent fa762d243d
commit da6749295f

View file

@ -1,15 +1,15 @@
# Template file for 'darch' # Template file for 'darch'
pkgname=darch pkgname=darch
version=0.19.0 version=0.20.0
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/godarch/darch go_import_path=github.com/godarch/darch
hostmakedepends="git go" hostmakedepends="git go"
depends="containerd" depends="containerd"
only_for_archs="x86_64 x86_64-musl" 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 <pauldotknopf@gmail.com>" maintainer="Paul Knopf <pauldotknopf@gmail.com>"
license="Apache-2.0" license="MIT"
homepage="https://godarch.com/" homepage="https://godarch.com/"
make_dirs="/var/lib/darch 0755 root root" 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" 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() { do_install() {
cd ${GOSRCPATH} cd ${GOSRCPATH}
make install DESTDIR=${DESTDIR} make install DESTDIR=${DESTDIR}
vlicense LICENSE
} }