21 lines
632 B
Text
21 lines
632 B
Text
# Template file for 'void-mklive'
|
|
pkgname=void-mklive
|
|
version=20140204
|
|
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"
|
|
|
|
noarch="yes"
|
|
only_for_archs="i686 x86_64"
|
|
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}
|
|
}
|