void-packages/srcpkgs/sx/template
Duncaen 1976626268
Revert "sx: remove"
This reverts commit 7a20e4c184.
2020-10-18 16:24:41 +02:00

16 lines
447 B
Bash

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