mandoc 1.14.6-2
This commit is contained in:
parent
d14cf3b64a
commit
d6801d4f6e
15
PKGBUILD
15
PKGBUILD
@ -1,19 +1,30 @@
|
|||||||
# Maintainer: Future Linux Team <futurelinux@163.com>
|
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
||||||
|
# and remove these comments. For more information, see 'man PKGBUILD'.
|
||||||
|
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||||
|
# then please put 'unknown'.
|
||||||
|
|
||||||
|
# Maintainer: Future Linux Team <xhaa123@outlook.com>
|
||||||
pkgname=mandoc
|
pkgname=mandoc
|
||||||
pkgver=1.14.6
|
pkgver=1.14.6
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A suite of tools compiling mdoc from the OpenBSD project"
|
pkgdesc="A suite of tools compiling mdoc from the OpenBSD project"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://mdocml.bsd.lv"
|
url="https://mdocml.bsd.lv"
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
depends=('zlib')
|
depends=('zlib')
|
||||||
|
makedepends=('less')
|
||||||
source=(https://mandoc.bsd.lv/snapshots/${pkgname}-${pkgver}.tar.gz)
|
source=(https://mandoc.bsd.lv/snapshots/${pkgname}-${pkgver}.tar.gz)
|
||||||
sha256sums=(8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c)
|
sha256sums=(8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
|
# apply CFLAGS and LDFLAGS from makepkg.conf
|
||||||
|
{
|
||||||
|
echo "CFLAGS=${CFLAGS@Q}"
|
||||||
|
echo "LDFLAGS=${LDFLAGS@Q}"
|
||||||
|
} >> configure.local
|
||||||
|
|
||||||
${CONFIGURE}
|
${CONFIGURE}
|
||||||
|
|
||||||
make mandoc
|
make mandoc
|
||||||
|
Loading…
Reference in New Issue
Block a user