initial commit
This commit is contained in:
14
PKGBUILD
Normal file
14
PKGBUILD
Normal file
@@ -0,0 +1,14 @@
|
||||
# PKGBUILD
|
||||
pkgname=comp
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple folder compression with pv and pigz"
|
||||
arch=('any')
|
||||
license=('MIT')
|
||||
deps=('tar' 'pv' 'pigz')
|
||||
source=('comp')
|
||||
mdsums=('SKIP')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/comp.sh" "$pkgdir/usr/bin/comp"
|
||||
}
|
||||
Reference in New Issue
Block a user