d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
16 lines
453 B
Bash
16 lines
453 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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/Earnestly/sx"
|
|
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
|
|
checksum=32f84a14f46ff1c04c49d08cdfcfa6d25d18f4b3aff958794684c5d0e5fd3d5f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|