void-packages/srcpkgs/sxiv-git/template

26 lines
609 B
Text
Raw Normal View History

2013-08-29 10:25:24 +00:00
# Template file for 'sxiv-git'
pkgname=sxiv-git
2014-04-14 18:36:32 +00:00
version=20140414
2013-08-29 10:25:24 +00:00
revision=1
build_style=gnu-makefile
makedepends="libX11-devel imlib2-devel giflib-devel desktop-file-utils"
depends="desktop-file-utils"
2013-08-29 10:25:24 +00:00
short_desc="Simple X Image Viewer"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="https://github.com/muennich/sxiv"
do_fetch() {
local url="git://github.com/muennich/sxiv"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
2013-08-29 10:25:24 +00:00
cp ${FILESDIR}/config.h config.h
}
post_install() {
2013-08-29 10:25:24 +00:00
vinstall LICENSE 644 usr/share/licenses/$pkgname
}