~alpine/aports

testing/sx: new aport v1 SUPERSEDED

Sam Stuewe (halosghost) <samuel.stuewe@gmail.com>
Sam Stuewe (halosghost): 1
 testing/sx: new aport

 1 files changed, 19 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3370/mbox | git am -3
Learn more about email & git

[PATCH] testing/sx: new aport Export this patch

Sam Stuewe (halosghost) <samuel.stuewe@gmail.com>
From: Sam Stuewe <samuel.stuewe@gmail.com>

https://github.com/Earnestly/sx
A simple, POSIX sh alternative to xinit and startx
---
 testing/sx/APKBUILD | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 testing/sx/APKBUILD

diff --git a/testing/sx/APKBUILD b/testing/sx/APKBUILD
new file mode 100644
index 0000000000..8853005c52
--- /dev/null
+++ b/testing/sx/APKBUILD
@@ -0,0 +1,19 @@
# Maintainer: Sam Stuewe <samuel.stuewe@gmail.com>
pkgname=sx
pkgver=2.1.6
pkgrel=0
pkgdesc="A simple alternative to xinit and startx"
url="https://github.com/Earnestly/sx"
arch="noarch"
license="MIT"
options="!check"  # No test suite.
subpackages="$pkgname-doc"
depends="xauth xorg-server"
source="$pkgname-$pkgver.tar.gz::https://github.com/Earnestly/sx/archive/$pkgver.tar.gz"

package() {
	make PREFIX="/usr" DESTDIR="$pkgdir" install
	chmod +x "$pkgdir"/usr/bin/sx
}

sha512sums="3b3f53345197eeaa6d95e08063370556cf117dc2cacec3179944f6ec6b5090174b11d235b89ff04fa8d288fa56eab70ae2afc746ec9f4fa1cfe76177993fd83c  sx-2.1.6.tar.gz"
-- 
2.28.0