diff --git a/srcpkgs/sx/template b/srcpkgs/sx/template new file mode 100644 index 00000000000..fd8a582c354 --- /dev/null +++ b/srcpkgs/sx/template @@ -0,0 +1,16 @@ +# Template file for 'sx' +pkgname=sx +version=2.1.6 +revision=1 +build_style=gnu-makefile +depends="xorg-server xauth" +short_desc="Posix script to start an xserver instance" +maintainer="mustaqim " +license="MIT" +homepage="https://github.com/Earnestly/sx" +distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz" +checksum=85a3112cd9b25880685ce093da322e84f52534145e8b8db54551bd8964e3e66d + +post_install() { + vlicense LICENSE +}