void-packages/srcpkgs/sx/template

17 lines
454 B
Bash
Raw Normal View History

2018-05-03 18:53:19 +00:00
# Template file for 'sx'
pkgname=sx
version=1.1
2018-05-03 18:53:19 +00:00
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=bd78db411062957e43512394b87e1f314686b94f753861b7dbcc781fafdeafd7
2018-05-03 18:53:19 +00:00
post_install() {
vlicense LICENSE
}