# Template file for 'void-mklive' pkgname=void-mklive version=20130312 revision=2 build_style=gnu-makefile make_install_args="PREFIX=/usr" short_desc="The Void Linux live image maker" maintainer="Juan RP " license="Simplified BSD" homepage="https://www.voidlinux.eu" noarch=yes nofetch=yes noextract=yes depends="dracut>=020_6 grub-x86_64-efi squashfs-tools syslinux>=4.05_2 dosfstools xorriso xbps>=0.21" 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} }