diff --git a/srcpkgs/sowm/template b/srcpkgs/sowm/template new file mode 100644 index 0000000000..3405fd509b --- /dev/null +++ b/srcpkgs/sowm/template @@ -0,0 +1,16 @@ +# 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 " +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 +}