17 lines
454 B
Bash
17 lines
454 B
Bash
# Template file for 'sx'
|
|
pkgname=sx
|
|
version=2.1
|
|
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=55a713f4f026c3844eb0a1079d373051259271929c7766416d11bc537dea3c77
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|