[arch-commits] Commit in lhasa/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 19:22:52 UTC 2020
Date: Tuesday, July 7, 2020 @ 19:22:52
Author: foutrelis
Revision: 660151
archrelease: copy trunk to community-staging-x86_64
Added:
lhasa/repos/community-staging-x86_64/
lhasa/repos/community-staging-x86_64/PKGBUILD
(from rev 660150, lhasa/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: lhasa/repos/community-staging-x86_64/PKGBUILD (from rev 660150, lhasa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 19:22:52 UTC (rev 660151)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Chris Severance aur.severach aATt spamgourmet dott com
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+
+pkgname=lhasa
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='Free LZH/LHA archive tool'
+url='https://github.com/fragglet/lhasa'
+arch=('x86_64')
+license=('custom:ISC')
+depends=('glibc')
+conflicts=('lha')
+provides=('lha')
+source=(https://github.com/fragglet/lhasa/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('6e4797aaa054f2ecd25069b32b809ab0111d0179adfd9c676e0609d69efbcc968ec6dce67fbd8ce6bccc102d09ee69996805a5542882b432731e3c273f132c05'
+ 'SKIP')
+validpgpkeys=('6D2C117E0310664497AA9546F6C2EE9C23354344') # Simon Howard <fraggle at soulsphere.org>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list