21 lines
615 B
Bash
21 lines
615 B
Bash
# Template file for 'goomwwm'
|
|
pkgname=goomwwm
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXft-devel libXinerama-devel"
|
|
short_desc="Get out of my way, Window Manager!"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/seanpringle/goomwwm"
|
|
distfiles="https://github.com/seanpringle/goomwwm/archive/${version}.tar.gz"
|
|
checksum=952be1f588e01850175387d534faa39ea27e1196cd7473d8e4c2ea5e038a6b72
|
|
|
|
do_install(){
|
|
vbin goomwwm
|
|
vdoc goomwwm.md
|
|
vman goomwwm.1
|
|
vlicense license.txt
|
|
vinstall goomwwm.desktop 644 usr/share/xsessions
|
|
}
|