2012-06-12 16:54:40 +02:00
|
|
|
# Template file for 'void-mklive'
|
|
|
|
pkgname=void-mklive
|
2014-02-04 06:04:34 +01:00
|
|
|
version=20140204
|
2013-11-12 16:53:49 +01:00
|
|
|
revision=1
|
2013-08-11 12:21:55 +02:00
|
|
|
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-07-03 17:26:48 +02:00
|
|
|
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
2014-02-04 06:04:34 +01:00
|
|
|
only_for_archs="i686 x86_64"
|
2013-09-15 08:44:35 +02:00
|
|
|
build_style=gnu-makefile
|
|
|
|
make_install_args="PREFIX=/usr"
|
2014-01-14 11:26:47 +01:00
|
|
|
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux dosfstools xorriso xbps>=0.29 parted"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="${makedepends}"
|
2012-11-22 15:17:54 +01:00
|
|
|
|
2012-07-03 17:26:48 +02:00
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/voidlinux/void-mklive"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|