void-packages/srcpkgs/xdg-utils/template

22 lines
633 B
Text
Raw Normal View History

# Template file for 'xdg-utils'
pkgname=xdg-utils
2014-06-04 14:02:04 +00:00
_distver=1.1.0
2014-09-21 12:44:35 +00:00
_patchver=rc2
2014-06-04 14:02:04 +00:00
version="${_distver}${_patchver}"
revision=1
noarch="yes"
build_style=gnu-configure
short_desc="Tools to assist applications with various desktop integration tasks"
2014-11-25 14:17:50 +00:00
update_site="http://cgit.freedesktop.org/xdg/xdg-utils/"
update_pattern='/tag/\?id=\K[\d\w-.]+'
2013-03-31 07:52:20 +00:00
homepage="http://portland.freedesktop.org/"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-09-21 12:44:35 +00:00
hostmakedepends="git xmlto lynx"
do_fetch() {
git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version}
cd ${pkgname}-${version}
git checkout "v${_distver}-${_patchver}"
}