[arch-commits] Commit in lhasa/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:39:33 UTC 2018


    Date: Friday, November 9, 2018 @ 23:39:33
  Author: felixonmars
Revision: 405346

archrelease: copy trunk to community-staging-x86_64

Added:
  lhasa/repos/community-staging-x86_64/
  lhasa/repos/community-staging-x86_64/PKGBUILD
    (from rev 405345, lhasa/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: lhasa/repos/community-staging-x86_64/PKGBUILD (from rev 405345, lhasa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 23:39:33 UTC (rev 405346)
@@ -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=2
+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