New package: meh-git-20140708
This commit is contained in:
parent
1bf020ea6e
commit
b22bda8b38
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'meh-git'
|
||||
pkgname=meh-git
|
||||
version=20140708
|
||||
revision=1
|
||||
makedepends="libX11-devel libXext-devel libjpeg-turbo-devel giflib-devel libpng-devel"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Small, simple and super fast image viewer"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://www.johnhawthorn.com/meh/"
|
||||
provides="meh-${version}_${revision}"
|
||||
replaces="meh>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/jhawthorn/meh"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue