darch: update to 0.20.0.
This commit is contained in:
parent
fa762d243d
commit
da6749295f
1 changed files with 6 additions and 4 deletions
|
@ -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 <pauldotknopf@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue