# Maintainer: Nikola Hadžić pkgname=marg pkgver=0.2 pkgrel=3 epoch= pkgdesc="Simple argument handling library for C programs" arch=("x86_64") url="https://gitlab.com/oktopod11/marg" license=("LGPL3") groups=() depends=() makedepends=() checkdepends=() optdepends=() provides=("marg") conflicts=() replaces=() backup=() options=() source=("https://gitlab.com/oktopod11/$pkgname/raw/master/archive/$pkgname-$pkgver.tar.gz") noextract=() sha256sums=("4892f1e09db2bd00653415465816213c7971a22872536ab8cc48a49bdc01f34e") build () { cd "$srcdir/$pkgname/" make build } package() { cd "$srcdir/$pkgname/" make install HEADERDIR="$pkgdir/usr/include/marg/" INSTALLDIR="$pkgdir/usr/lib/" make man MANDIR="$pkgdir/usr/share/man/man3/" }