17 lines
454 B
Bash
17 lines
454 B
Bash
|
# Template file for 'sowm'
|
||
|
pkgname=sowm
|
||
|
version=1.6
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
makedepends="libX11-devel"
|
||
|
short_desc="Itsy bitsy floating window manager"
|
||
|
maintainer="shizonic <realtiaz@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/dylanaraps/sowm"
|
||
|
distfiles="https://github.com/dylanaraps/sowm/archive/${version}.tar.gz"
|
||
|
checksum=7e1d1391f8cf8d1b04458d0b4bb3b61684b535dddcc1dd7d37266e81efd57e02
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.md
|
||
|
}
|