New package: sx-1.0.

This commit is contained in:
maxice8 2018-05-03 15:53:19 -03:00 committed by Toyam Cox
parent b64772fbdb
commit 3e0b9ce91d

20
srcpkgs/sx/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'sx'
pkgname=sx
version=1.0
revision=1
build_style=gnu-makefile
depends="xorg-server xauth"
short_desc="Posix script to start an xserver instance"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/Earnestly/sx"
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
checksum=60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78
pre_install() {
sed -i 's|/usr/lib/xorg-server|/usr/libexec|g' sx
}
post_install() {
vlicense LICENSE
}