initial import
This commit is contained in:
25
clifm/PKGBUILD
Normal file
25
clifm/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=clifm
|
||||
pkgver=1.22
|
||||
pkgrel=1
|
||||
pkgdesc="Free and libre commandline file manager"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/leo-arch/clifm'
|
||||
license=('GPL-2')
|
||||
depends=('libcap' 'readline' 'acl' 'file')
|
||||
makedepends=('make' 'gzip')
|
||||
optdepends=('p7zip: ISO 9660 support')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-arch/clifm/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('17f3c23c5e1cc5ce9a34c6163482d4f1c02ee0558a6475cf0dfc1069445e15b23c391f371ade387d8bdb0be267dc10e5bb122f7309ca4a8198d9221fa67081b5')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" MANDIR=/usr/share/man PREFIX=/usr install
|
||||
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user