diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template new file mode 100644 index 00000000000..c4b35f08d29 --- /dev/null +++ b/srcpkgs/way-displays/template @@ -0,0 +1,20 @@ +# Template file for 'way-displays' +pkgname=way-displays +version=1.8.1 +revision=1 +build_style=gnu-makefile +make_build_args="PREFIX_ETC=/" +make_install_args="PREFIX_ETC=/" +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel" +short_desc="Auto Manage Your Wayland Displays" +maintainer="dvar " +license="MIT" +homepage="https://github.com/alex-courtis/way-displays" +distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz" +checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047 + +post_install() { + vlicense LICENSE + vman way-displays.1 +}