initial import
This commit is contained in:
26
yelp-xsl/PKGBUILD
Normal file
26
yelp-xsl/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=yelp-xsl
|
||||
pkgver=3.38.3
|
||||
pkgrel=2
|
||||
pkgdesc='Document transformations from Yelp'
|
||||
url='https://gitlab.gnome.org/GNOME/yelp-xsl'
|
||||
arch=('any')
|
||||
license=('GPL-2')
|
||||
makedepends=('itstool')
|
||||
source=("https://deb.debian.org/debian/pool/main/y/yelp-xsl/yelp-xsl_3.38.3.orig.tar.xz")
|
||||
sha512sums=('17e66f744de0f88462fe8c1e1d484ead76551c6c0e8d7f9cdf04e670e50829e5258a8190cf58e0723eeeb3cd7fc44004ee5dfb53b5dd6f7dac52d2b8d6cfbaa2')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 COPYING.GPL -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user