vp-build/srcpkgs/tickr/template

18 lines
587 B
Bash

# Template file for 'tickr'
pkgname=tickr
version=0.7.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtk+-devel libxml2-devel gnutls-devel fribidi-devel"
short_desc="Gtk-based rss reader in a ticker bar"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://www.open-tickr.net/"
distfiles="https://www.open-tickr.net/src/${pkgname}-${version}.tar.gz"
checksum=391529a115b820d5c2cac7b466facc4722b7f90e02ab0acd7350a8e97adcee58
case "$XBPS_TARGET_MACHINE" in
arm*|ppc64|ppc) configure_args+=" LIBS=-lm" ;;
esac