summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3bf09d7340826cb0763badbb4db8458d06d7b757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=awmtt
pkgver=0.5
pkgrel=1
pkgdesc="Test and preview your AwesomeWM configuration with Xephyr"
arch=("any")
url="https://github.com/mikar/awmtt"
license=("MIT")
depends=("xorg-server-xephyr")
source=("${pkgname}::git+https://github.com/mikar/${pkgname}.git#tag=${pkgver}")
sha256sums=('SKIP')

package() {
  install -d "${pkgdir}/usr/bin"
  install -m755 "${srcdir}/${pkgname}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}