void-packages/srcpkgs/void-mklive/template
2014-01-14 11:26:47 +01:00

22 lines
632 B
Plaintext

# Template file for 'void-mklive'
pkgname=void-mklive
version=20140114
revision=1
short_desc="The Void Linux live/rootfs image maker and installer"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
homepage="https://www.voidlinux.eu"
only_for_archs="i686 x86_64"
noarch="yes"
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux dosfstools xorriso xbps>=0.29 parted"
depends="${makedepends}"
do_fetch() {
local url="git://github.com/voidlinux/void-mklive"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}