void-packages/srcpkgs/sx/template
maxice8 1f4637ba96 sx: update to 1.1.
Closes #14372.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:34:30 +02:00

16 lines
454 B
Bash

# Template file for 'sx'
pkgname=sx
version=1.1
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
post_install() {
vlicense LICENSE
}