blob: da8c83fb6aae0447ee7fee726efd2747c72bbf0a (
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
34
|
# Generated by mksrcinfo v8
# Wed Jul 19 16:21:26 UTC 2017
pkgbase = image-bootstrap-git
pkgdesc = Command line tool to generate bootable virtual machine images and write them to a block device
pkgver = r423.d4c97e1
pkgrel = 1
url = https://github.com/hartwork/image-bootstrap
arch = any
license = AGPL
makedepends = git
depends = python2>=2.6.6
depends = python2-colorama
depends = python2-beautifulsoup4
depends = python2-requests
depends = python2-setuptools
depends = python2-lxml
depends = python2-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
|