summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 961f9f2c2323e8d2931d9e387a278fdb48aa9b17 (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=3
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=('2d2e39465f2223c23b294a2f94170964933eeba4')