initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

19
sx/PKGBUILD Normal file
View File

@@ -0,0 +1,19 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=sx
pkgver=3.0
pkgrel=1
pkgdesc="Simple alternative to startx(1) for starting an X-server"
arch=('any')
url='https://github.com/Earnestly/sx'
license=('Expat')
install=$pkgname.install
depends=('xenocara-server' 'xenocara-xauth')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Earnestly/sx/archive/${pkgver}.tar.gz")
sha512sums=('e1202daff52bbd31837e5afcd5cb48dd776d9501f8da551893dd0e49939b0d8042f00382bcdb64c3f8ecce202308f206a64cd84254b67abf9915045a8efb5a97')
package() {
cd ${pkgname}-${pkgver}
make PREFIX=/usr DESTDIR="${pkgdir}" install
install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
}

9
sx/sx.install Normal file
View File

@@ -0,0 +1,9 @@
post_install() {
cat <<- EOF
Configuration for x-session is done via personal sxrc to be created under '~/.config/sx/sxrc'.
EOF
}
post_upgrade() {
post_install $1
}