~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/sx: new aport

Sam Stuewe (halosghost) <samuel.stuewe@gmail.com>
Details
Message ID
<20201016202020.10408-1-samuel.stuewe@gmail.com>
DKIM signature
missing
Download raw message
Patch: +19 -0
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
Details
Message ID
<20201016202801.5425903b@enterprise>
In-Reply-To
<20201016202020.10408-1-samuel.stuewe@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Fri, 16 Oct 2020 15:20:20 -0500
"Sam Stuewe (halosghost)" <samuel.stuewe@gmail.com> wrote:

> 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"

Hello, thanks for you contribution, but we are phasing out the patches
mailing list.

Could you please open a Merge Request at
gitlab.alpinelinux.org/alpine/aports ?/
Reply to thread Export thread (mbox)