🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: tilda
pkgver: '2.0.0'
pkgrel: '3'
pkgdesc: 'A quake-style popup terminal.'
url: 'https://github.com/lanoxx/tilda'
arch: x86_64
depends: []
makedepends:
- confuse
- vte
- libglade
source:
- 'https://github.com/lanoxx/tilda/archive/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true