summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bd5860ba41ff7b89a141d53fc4642e600a1bcb42 (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: Liang Wei <weiliang1503@yandex.com>
pkgname=gwm-git
pkgver=0.8
pkgrel=1
epoch=
pkgdesc="A modern tilling windows manager for X11"
arch=('x86_64')
url="https://sourceforge.net/projects/gsmwm/"
license=('GPL')
depends=('bash' 'libx11')
makedepends=('git')
source=("gwm-git::git+https://git.code.sf.net/p/gsmwm/code")
noextract=("${source[@]##*/}")
md5sums=('SKIP')

build() {
	cd "$pkgname"
	make
}

package() {
	cd "$pkgname"
	make prefix="$pkgdir/usr/" install
}