void-packages/srcpkgs/void-mklive/template
2013-01-28 11:05:04 +01:00

25 lines
615 B
Plaintext

# Template file for 'void-mklive'
pkgname=void-mklive
version=20130128
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
short_desc="The Void Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
homepage="https://voidlinux.github.com/"
noarch=yes
nofetch=yes
noextract=yes
depends="dracut>=020_6 grub-x86_64-efi squashfs-tools syslinux>=4.05_2
dosfstools xorriso"
makedepends="git"
replaces="vmklive>=0"
do_fetch() {
local url="git://github.com/voidlinux/void-mklive"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}