mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/yafic: added conf file
This commit is contained in:
parent
2cbffff761
commit
ff43e5a323
@ -2,7 +2,7 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=yafic
|
||||
pkgver=1.2.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Yet Another File Integrity Checker"
|
||||
url="https://www.saddi.com/software/yafic/"
|
||||
arch="all"
|
||||
@ -21,6 +21,7 @@ build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/yafic \
|
||||
--mandir=/usr/share/man
|
||||
make
|
||||
}
|
||||
@ -28,6 +29,8 @@ build() {
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm0644 yafic.conf.sample "$pkgdir"/etc/yafic/yafic.conf
|
||||
}
|
||||
|
||||
|
||||
sha512sums="8e05a0838fc2063f1c6bb69d660e9ff5c9fbdc4199e1396232327498c04d037b35307c348d64d928e561875f5cf0ad40c24fd097680cd814b2308608cf738957 yafic-1.2.2.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user