summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 438ae656af3afe1ea34f01335232d40618208aa4 (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
# Maintainer: haru_nak <uobikiemukot at gmail dot com>
pkgname=yaft
pkgver=0.2.9
pkgrel=4
pkgdesc="yet another framebuffer terminal"
arch=('i686' 'x86_64')
url="https://github.com/uobikiemukot/yaft"
license=('MIT')
makedepends=('ncurses')
optdepends=('fbv: for the yaft_wall command to work'
			'idump: for the yaft_wall command to work')
source=($url/archive/v$pkgver.tar.gz)
backup=(usr/share/terminfo/y/yaft-256color)

build() {
  cd $srcdir/$pkgname-$pkgver
  make
}

package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
}
md5sums=('ddcbe929c51c453b01e3d18579b0860a')