void-packages/srcpkgs/sx/template

21 lines
524 B
Bash

# 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
}