blob: bf5a03435809e4852b759322d4f3bf8df5b492dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
pkgbase = image-bootstrap-git
pkgdesc = Command line tool to generate bootable virtual machine images and write them to a block device
pkgver = 2.0.1.r0.g3c6fd38
pkgrel = 1
epoch = 2
url = https://github.com/hartwork/image-bootstrap
arch = any
license = AGPL
makedepends = git
depends = python
depends = python-colorama
depends = python-beautifulsoup4
depends = python-requests
depends = python-setuptools
depends = python-lxml
depends = python-yaml
depends = gnupg
depends = parted
depends = multipath-tools
optdepends = ubuntu-keyring: for generating Ubuntu images
optdepends = grub: for host-grub2 bootloader
optdepends = mbr: for host-extlinux bootloader
optdepends = syslinux: for host-extlinux bootloader
optdepends = debootstrap: for generating Debian/Ubuntu images
optdepends = debian-archive-keyring: for generating Debian/Ubuntu images
provides = image-bootstrap
conflicts = image-bootstrap
options = !emptydirs
source = git+https://github.com/hartwork/image-bootstrap.git
md5sums = SKIP
pkgname = image-bootstrap-git
|