xmlto 0.0.28-1
This commit is contained in:
commit
586e1a9a9d
28
PKGBUILD
Normal file
28
PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Future Linux Team <futurelinux@163.com>
|
||||
|
||||
pkgname=xmlto
|
||||
pkgver=0.0.28
|
||||
pkgrel=1
|
||||
pkgdesc="Convert xml to many other formats"
|
||||
arch=('x86_64')
|
||||
url="https://pagure.io/xmlto/"
|
||||
license=('GPL')
|
||||
depends=('docbook-xml' 'docbook-xsl' 'libxslt')
|
||||
makedepends=('lynx')
|
||||
source=(https://releases.pagure.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=(1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276)
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
LINKS="/usr/bin/links" \
|
||||
${CONFIGURE}
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user