void-packages/srcpkgs/sx/template

17 lines
445 B
Bash

# Template file for 'sx'
pkgname=sx
version=3.0
revision=1
build_style=gnu-makefile
depends="xorg-server xauth"
short_desc="Posix script to start an xserver instance"
maintainer="mustaqim <mustaqim@pm.me>"
license="MIT"
homepage="https://github.com/Earnestly/sx"
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
checksum=69fd492e87f13a4d61565a0a9c42d1759dbd5f2eeb1ae9e460ab618a55878fae
post_install() {
vlicense LICENSE
}