vp-build/srcpkgs/nsxiv/template

22 lines
832 B
Bash

# Template file for 'nsxiv'
pkgname=nsxiv
version=30
revision=1
wrksrc=${pkgname}
build_style=gnu-makefile
make_install_target=install-all
makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel
libwebp-devel freetype-devel fontconfig-devel"
short_desc="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
maintainer="Sanjay Pavan <withercubes@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://codeberg.org/nsxiv/nsxiv"
changelog="https://codeberg.org/nsxiv/nsxiv/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/nsxiv/nsxiv/archive/v${version}.tar.gz"
checksum="a916d1385872ccf0b55fbf6b8546d05fcbbbb8b0a92579494e64c6bd22fc7941"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
pre_build() {
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
}