void-packages/srcpkgs/sx/template
2019-02-06 23:14:30 -02:00

16 lines
456 B
Bash

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