16 lines
454 B
Bash
16 lines
454 B
Bash
# Template file for 'sx'
|
|
pkgname=sx
|
|
version=2.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="xorg-server xauth"
|
|
short_desc="Posix script to start an xserver instance"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Earnestly/sx"
|
|
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
|
|
checksum=c525c8f3605399705b13ca73db37b724b0dc91307486a0a74dd3be7ba14b5f8f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|