jobcore/pkgconf/PKGBUILD

73 lines
2.1 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pkgconf
pkgver=2.1.1
pkgrel=01
pkgdesc="Package compiler and linker metadata toolkit w/o i686 module"
# old url="https://github.com/pkgconf/pkgconf"
url="https://gitea.treehouse.systems/ariadne/pkgconf"
groups=( jobbot )
depends=(glibc sh)
makedepends=(git meson)
# to run tests needs kyua atf libliftoff but then they are needed as run dependencies too
# checkdepends=(kyua)
provides=(pkg-config pkgconfig libpkgconf.so)
conflicts=(pkg-config)
replaces=(pkg-config)
_commit=b6e04e2d47b4ca093632b9efde6303a137ea0634 # tags/pkgconf-2.1.1
source=("git+$url#commit=$_commit"
i686-pc-linux-gnu.personality
x86_64-pc-linux-gnu.personality)
pkgver() {
cd $pkgname
git describe --tags | sed 's/^pkgconf-//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
}
build() {
arch-meson $pkgname build -D tests=disabled # Tests need kyua * atf-sh provided by atf
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
}
package() {
meson install -C build --destdir "$pkgdir"
install -Dt "$pkgdir/usr/share/pkgconfig/personality.d" -m644 \
i686-pc-linux-gnu.personality \
x86_64-pc-linux-gnu.personality
ln -s pkgconf "$pkgdir/usr/bin/i686-pc-linux-gnu-pkg-config"
ln -s pkgconf "$pkgdir/usr/bin/x86_64-pc-linux-gnu-pkg-config"
ln -s pkgconf "$pkgdir/usr/bin/pkg-config"
ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=(ISC)
sha256sums=(SKIP
6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1 # i686-pc-linux-gnu.personality
c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5) # x86_64-pc-linux-gnu.personality
## 2caf2f02f202ad38412bf3aae914dc011f45978fac52a8137e20bff32d3cbece pkgconf-2.1.1-01-x86_64.pkg.tar.lz