17 lines
448 B
Bash
17 lines
448 B
Bash
# Template file for 'sx'
|
|
pkgname=sx
|
|
version=2.1.2
|
|
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=51f816ce31271b88f30b5dbd0cffa8909b0668c49642b3c1af555065371fc756
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|