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

Levente Polyak anthraxx at archlinux.org
Thu Jan 7 01:42:07 UTC 2016


    Date: Thursday, January 7, 2016 @ 02:42:07
  Author: anthraxx
Revision: 155612

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lhasa/repos/community-i686/
  lhasa/repos/community-i686/PKGBUILD
    (from rev 155611, lhasa/trunk/PKGBUILD)
  lhasa/repos/community-x86_64/
  lhasa/repos/community-x86_64/PKGBUILD
    (from rev 155611, lhasa/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: lhasa/repos/community-i686/PKGBUILD (from rev 155611, lhasa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-07 01:42:07 UTC (rev 155612)
@@ -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.0
+pkgrel=2
+pkgdesc='Free LZH/LHA archive tool'
+url='https://github.com/fragglet/lhasa'
+arch=('i686' '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=('1a7d8f69866d8345418d6a75c6ccdf359975094f76516d61c84ec4970645500abe4f186a0511ca31b2621849990b39ba9441c0085b991939139afbf125f9e745'
+            '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:

Copied: lhasa/repos/community-x86_64/PKGBUILD (from rev 155611, lhasa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-07 01:42:07 UTC (rev 155612)
@@ -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.0
+pkgrel=2
+pkgdesc='Free LZH/LHA archive tool'
+url='https://github.com/fragglet/lhasa'
+arch=('i686' '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=('1a7d8f69866d8345418d6a75c6ccdf359975094f76516d61c84ec4970645500abe4f186a0511ca31b2621849990b39ba9441c0085b991939139afbf125f9e745'
+            '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