mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: distrobuilder-1.0
This commit is contained in:
parent
7bc3c8837b
commit
cd8a61427b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/distrobuilder/template
Normal file
16
srcpkgs/distrobuilder/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'distrobuilder'
|
||||||
|
pkgname=distrobuilder
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="distrobuilder-distrobuilder-${version}"
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/lxc/distrobuilder"
|
||||||
|
go_package="github.com/lxc/distrobuilder/distrobuilder"
|
||||||
|
hostmakedepends="git"
|
||||||
|
depends="debootstrap gnupg squashfs-tools"
|
||||||
|
short_desc="System container image builder for LXC and LXD"
|
||||||
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://linuxcontainers.org/distrobuilder/introduction/"
|
||||||
|
distfiles="https://github.com/lxc/distrobuilder/archive/distrobuilder-${version}.tar.gz"
|
||||||
|
checksum=e8a9bc5d8dd7fd48bdd244407697d4a1265d55bb628ad62b824066bd23999acf
|
Loading…
Add table
Reference in a new issue