void-packages/srcpkgs/sx/template
2020-02-24 01:03:55 +01:00

16 lines
447 B
Bash

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