mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: comic-git-20140705
This commit is contained in:
parent
51f1c45cd6
commit
8ba8a62d23
1 changed files with 24 additions and 0 deletions
24
srcpkgs/comic-git/template
Normal file
24
srcpkgs/comic-git/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'comic-git'
|
||||||
|
pkgname=comic-git
|
||||||
|
version=20140705
|
||||||
|
revision=1
|
||||||
|
makedepends="libX11-devel libjpeg-turbo-devel"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Minimalistic image viewer for Linux"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/yjh0502/comic"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://github.com/yjh0502/comic"
|
||||||
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's| -I/usr/include||g' config.mk
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/comic
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue