initial import
This commit is contained in:
18
tbsm/PKGBUILD
Normal file
18
tbsm/PKGBUILD
Normal file
@@ -0,0 +1,18 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=tbsm
|
||||
pkgver=0.7
|
||||
pkgrel=1
|
||||
pkgdesc="A pure bash session or application launcher, inspired by cdm, tdm and krunner"
|
||||
arch=('any')
|
||||
url='https://github.com/loh-tar/tbsm'
|
||||
license=('GPL-2')
|
||||
depends=('bash')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/loh-tar/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('97b947c7d5f583cae19a4f722a813d56c840e4259271cda00ab5c2daea825f8044f1f5e80ca9160bea1e6b8d2c89830bc21164f075747b8ef523c13a91c1ccad')
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make install DESTDIR="$pkgdir"
|
||||
install -Dm644 doc/99_License.txt -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user