initial import
This commit is contained in:
30
tilda/PKGBUILD
Normal file
30
tilda/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=tilda
|
||||
pkgver=1.5.4
|
||||
pkgrel=1
|
||||
pkgdesc='A Gtk based drop down terminal for GNU/Linux and Unix'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/lanoxx/tilda'
|
||||
license=('GPL-2')
|
||||
depends=('vte3' 'confuse' 'gettext-tiny')
|
||||
makedepends=('python')
|
||||
changelog=$pkgname.changelog
|
||||
source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('6982a14a89d148c04e08df0c7566ea7b3e340252fa1a3e434450443f7464e6805caee46afda9b385633a4b9c22d2f2d283641082a1e009f301c3a1bf508c3b29')
|
||||
|
||||
build() {
|
||||
mv "${srcdir}/${pkgname}-${pkgname}-${pkgver}" "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./autogen.sh
|
||||
./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