New package: sx-1.0.
This commit is contained in:
parent
b64772fbdb
commit
3e0b9ce91d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/sx/template
Normal file
20
srcpkgs/sx/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'sx'
|
||||
pkgname=sx
|
||||
version=1.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=60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78
|
||||
|
||||
pre_install() {
|
||||
sed -i 's|/usr/lib/xorg-server|/usr/libexec|g' sx
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue