New package: pqiv-2.9
This commit is contained in:
parent
56cecf6546
commit
31fc79e0d8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pqiv/template
Normal file
18
srcpkgs/pqiv/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'pqiv'
|
||||
pkgname=pqiv
|
||||
version=2.9
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ffmpeg-devel glib-devel gtk+3-devel gvfs-devel
|
||||
libarchive-devel libspectre-devel libwebp-devel poppler-devel"
|
||||
short_desc="Powerful quick image viewer"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/phillipberndt/pqiv/"
|
||||
distfiles="https://github.com/phillipberndt/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=e57298ae7123bd6b01b751f6ef2d7a7853e731a3271b50095683442a406da99c
|
||||
|
||||
do_configure() {
|
||||
echo 'BACKENDS=libav archive_cbx archive webp gdkpixbuf spectre' >config.make
|
||||
}
|
Loading…
Reference in a new issue