From 1976626268fc89a58695b26b8020e029fc71ba32 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 18 Oct 2020 16:23:22 +0200 Subject: [PATCH] Revert "sx: remove" This reverts commit 7a20e4c184fea85111568e58f8ef451549ff4c68. --- srcpkgs/sx/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/sx/template 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 +}