void-packages/srcpkgs/newsbeuter/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

17 lines
565 B
Bash

# Template file for 'newsbeuter'
pkgname=newsbeuter
version=r2.9
revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config perl"
makedepends="stfl-devel json-c-devel libxml2-devel libcurl-devel sqlite-devel libressl-devel"
short_desc="Newsbeuter is the Mutt of RSS feed readers"
maintainer="Logen K <logen@sudotask.com>"
license="MIT"
homepage="http://www.newsbeuter.org"
distfiles="https://github.com/akrennmair/${pkgname}/archive/${version}.tar.gz"
checksum=489694a57d4af390aa15ab48b66517b0dc34a1cda4410eb5f6f997c6369f51d8
pre_configure() {
./config.sh
}