initial import
This commit is contained in:
27
lhasa/PKGBUILD
Normal file
27
lhasa/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=lhasa
|
||||
pkgver=0.3.1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and libre LZH/LHA archive tool"
|
||||
url='https://github.com/fragglet/lhasa'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('Expat')
|
||||
depends=('glibc')
|
||||
conflicts=('lha')
|
||||
provides=('lha')
|
||||
source=("https://github.com/fragglet/lhasa/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('6e4797aaa054f2ecd25069b32b809ab0111d0179adfd9c676e0609d69efbcc968ec6dce67fbd8ce6bccc102d09ee69996805a5542882b432731e3c273f132c05')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user