summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12f4ffd26c08969e482c84af85385d468d664a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alain Kalker <a {dot} c {dot} kalker "at" gmail {dot} com>
pkgname=xweston
pkgver=0.8.0
pkgrel=1
pkgdesc="Use X display managers and window managers with Xwayland and weston"
arch=('any')
url="https://github.com/ackalker/Xweston"
license=('MIT')
depends=('weston' 'xorg-server-xwayland')
conflicts=('xweston-git')
install=
source=(Xweston-${pkgver}.tar.gz::https://github.com/ackalker/Xweston/archive/v${pkgver}.tar.gz)
md5sums=('7db267d4481229368e6c9c1e1075cafe')

package() {
	cd "$srcdir/Xweston-${pkgver}"
	make DESTDIR="$pkgdir" PREFIX=/usr install
}