void-packages/srcpkgs/void-mklive/template

31 lines
738 B
Plaintext
Raw Normal View History

2012-06-12 16:54:40 +02:00
# Template file for 'void-mklive'
pkgname=void-mklive
2013-08-23 11:15:09 +02:00
version=20130823
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
short_desc="The Void Linux live/rootfs image maker and installer"
2012-06-12 16:54:40 +02:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
2013-03-11 23:54:23 +01:00
homepage="https://www.voidlinux.eu"
2012-11-22 15:17:54 +01:00
nofetch=yes
noextract=yes
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux>=5 dosfstools xorriso xbps>=0.25 parted"
2012-11-22 15:17:54 +01:00
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}
}
void-mklive_package() {
noarch="yes"
replaces="vmklive>=0"
depends="${makedepends}"
pkg_install() {
2013-04-28 09:42:04 +02:00
vmove all
}
}