summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6b60b4eab42cd171b0337374ea6ff024d3cdeeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com>

pkgname=taterm
pkgver=10
pkgrel=1
pkgdesc="Terminal emulator for tiling window managers"
arch=('i686' 'x86_64')
url="https://github.com/t-8ch/taterm"
depends=('vte3' 'dbus')
makedepends=('vala')
license=('GPL3')
source=("${pkgname}-${pkgver}::https://github.com/t-8ch/taterm/tarball/v${pkgver}")

build() {
  cd $(ls -1dt ${srcdir}/t-8ch-${pkgname}-* | head -n 1)

  make
}

package() {
  cd $(ls -1dt ${srcdir}/t-8ch-${pkgname}-* | head -n 1)

  install -d ${pkgdir}/usr/bin/
  install -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}

}
# vim:set ts=2 sw=2 et:
sha1sums=('e31e52b08e48562837641c788140adc77579bdf0')