New package: tiv-0.1 (from pancake).

This commit is contained in:
Juan RP 2013-02-11 14:36:27 +01:00
parent b038599412
commit 712c4cff1f

16
srcpkgs/tiv/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'tiv'
pkgname=tiv
version=0.1
revision=1
build_style=gnu-makefile
makedepends="pkg-config vala glib-devel gdk-pixbuf-devel jpeg-devel"
short_desc="Terminal Image Viewer"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.github.com/radare/tiv"
license="MIT"
distfiles="http://github.com/radare/$pkgname/archive/$version.tar.gz"
checksum=4aeae8b132ff507084ed1365652dda96ee245e003a4b409d3a304ce0871802f3
pre_install() {
vmkdir usr/bin
}