mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/yafic: new aport
This commit is contained in:
parent
6c13d6abad
commit
2cbffff761
33
testing/yafic/APKBUILD
Normal file
33
testing/yafic/APKBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=yafic
|
||||
pkgver=1.2.2
|
||||
pkgrel=0
|
||||
pkgdesc="Yet Another File Integrity Checker"
|
||||
url="https://www.saddi.com/software/yafic/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
makedepends="db-dev libressl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="8e05a0838fc2063f1c6bb69d660e9ff5c9fbdc4199e1396232327498c04d037b35307c348d64d928e561875f5cf0ad40c24fd097680cd814b2308608cf738957 yafic-1.2.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user