[arch-commits] Commit in cksfv/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 20:25:10 UTC 2020
Date: Tuesday, July 7, 2020 @ 20:25:09
Author: foutrelis
Revision: 660229
archrelease: copy trunk to community-staging-x86_64
Added:
cksfv/repos/community-staging-x86_64/
cksfv/repos/community-staging-x86_64/PKGBUILD
(from rev 660228, cksfv/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: cksfv/repos/community-staging-x86_64/PKGBUILD (from rev 660228, cksfv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 20:25:09 UTC (rev 660229)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Wijnand Modderman <wijanand+aur at archlinux.nl>
+
+pkgname=cksfv
+pkgver=1.3.14
+pkgrel=5
+pkgdesc="SFV (Simple File Verification) Checker"
+arch=('x86_64')
+url="http://zakalwe.fi/~shd/foss/cksfv"
+license=('GPL')
+depends=('glibc')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz
+ http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz.asc)
+sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e'
+ 'SKIP')
+validpgpkeys=(1902E24D7822120FD84D64A9AB13F56F8FBDC8CD)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
+ chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
More information about the arch-commits
mailing list