void-packages/srcpkgs/void-mklive/template

25 lines
615 B
Plaintext
Raw Normal View History

2012-06-12 16:54:40 +02:00
# Template file for 'void-mklive'
pkgname=void-mklive
2013-01-28 11:05:04 +01:00
version=20130128
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
2012-06-12 16:54:40 +02:00
short_desc="The Void Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
homepage="https://voidlinux.github.com/"
2012-11-22 15:17:54 +01:00
noarch=yes
nofetch=yes
noextract=yes
depends="dracut>=020_6 grub-x86_64-efi squashfs-tools syslinux>=4.05_2
dosfstools xorriso"
2012-11-22 15:17:54 +01:00
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}
}