[arch-commits] Commit in atool/repos (community-any community-any/PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Apr 6 09:02:18 UTC 2022
Date: Wednesday, April 6, 2022 @ 09:02:17
Author: alerque
Revision: 1181582
archrelease: copy trunk to community-any
Added:
atool/repos/community-any/
atool/repos/community-any/PKGBUILD
(from rev 1181581, atool/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: atool/repos/community-any/PKGBUILD (from rev 1181581, atool/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2022-04-06 09:02:17 UTC (rev 1181582)
@@ -0,0 +1,42 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: leif_thande <leif.thande at gmail.com>
+# Contributor: tranquility <trankas at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=atool
+pkgver=0.39.0
+pkgrel=8
+pkgdesc='A script for managing file archives of various types'
+arch=(any)
+url="https://www.nongnu.org/$pkgname"
+license=(GPL3)
+depends=(file
+ perl)
+optdepends=('bzip2: support bzip2 compression'
+ 'cpio: support cpio archives'
+ 'gzip: support gzip compression'
+ 'lha: support lha, lharc, and similar archives'
+ 'xz: support lzma compressed archives'
+ 'lzop: support lzop compressed archives'
+ 'p7zip: support 7z cpmressed archives'
+ 'tar: support tar archives'
+ 'unace: support ace archives'
+ 'unrar: support rar archives'
+ 'zip: support creating zip archives'
+ 'unzip: support extracting zip archives')
+_archive="$pkgname-$pkgver"
+source=("https://savannah.nongnu.org/download/$pkgname/$_archive.tar.gz"{,.sig})
+validpgpkeys=('4E6E6521EF300E30457D7AFB8AAAC30E7088EFCB') # Oskar Liljeblad <oskar at osk.mine.nu>
+sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b'
+ 'SKIP')
+
+build() {
+ cd "$_archive"
+ ./configure --prefix=/usr
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list