17 lines
506 B
Text
17 lines
506 B
Text
# Template file for 'tiv'
|
|
pkgname=tiv
|
|
version=0.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config vala"
|
|
makedepends="vala-devel glib-devel gdk-pixbuf-devel libjpeg-turbo-devel"
|
|
short_desc="Terminal Image Viewer"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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
|
|
}
|