summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b0122935f8a18d1d1242006aa9cbad1e0109ecdf (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
# Maintainer: Evangelos Labrou <vagoslabrou@gmail.com>

pkgname=taverner-git
_name="${pkgname%-git}"
pkgver=0.0.1
pkgrel=1

pkgdesc="cli launcher menu for games (or anything), the UNIX way."
arch=('any')
url="https://github.com/vagos/taverner"
license=('GPL')

depends=()
makedepends=(git)
checkdepends=()
optdepends=('dmenu: recommended app launcher')

provides=("$_name")

source=("git+$url")
sha256sums=('SKIP')

package() {
	cd "$_name"
	make DESTDIR="$pkgdir/" install
}