void-packages/srcpkgs/sinit-git/template
2014-04-27 13:10:03 +02:00

28 lines
663 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'sinit-git'
pkgname=sinit-git
version=20140427
revision=1
build_style=gnu-makefile
provides="sinit-${version}_${revision}"
replaces="sinit>=0"
short_desc="A simple init, initially based on Rich Felkers minimal init"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/sinit/"
do_fetch() {
local url="git://git.suckless.org/sinit"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
LD=$CC
cp ${FILESDIR}/config.h config.h
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall README 644 usr/share/doc/${pkgname}
}