[arch-commits] Commit in yelp-tools/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 19 08:44:11 UTC 2020
Date: Tuesday, May 19, 2020 @ 08:44:10
Author: felixonmars
Revision: 386452
archrelease: copy trunk to staging-any
Added:
yelp-tools/repos/staging-any/
yelp-tools/repos/staging-any/PKGBUILD
(from rev 386450, yelp-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: yelp-tools/repos/staging-any/PKGBUILD (from rev 386450, yelp-tools/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-05-19 08:44:10 UTC (rev 386452)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.32.2
+pkgrel=2
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://gitlab.gnome.org/GNOME/yelp-tools"
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype)
+makedepends=(git)
+license=(GPL)
+_commit=c8664c3df853f5307ff3c4d939721f340d61f4ba # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list