aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sxmo-st/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sxmo-st/APKBUILD')
-rw-r--r--testing/sxmo-st/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/sxmo-st/APKBUILD b/testing/sxmo-st/APKBUILD
deleted file mode 100644
index 52dde98e7b8..00000000000
--- a/testing/sxmo-st/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: Anjandev Momi <anjan@momi.ca>
-pkgname=sxmo-st
-pkgver=0.8.3.4
-pkgrel=0
-pkgdesc="St fork for Sxmo UI; supports scrollback, invert, and other patches"
-url="https://git.sr.ht/~mil/sxmo-st"
-arch="all"
-license="MIT"
-depends="ncurses-terminfo"
-makedepends="fontconfig-dev freetype-dev libx11-dev libxext-dev libxft-dev"
-subpackages="$pkgname-dbg $pkgname-doc"
-provides="st"
-source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~mil/sxmo-st/archive/$pkgver.tar.gz"
-options="!check" # has no tests
-
-prepare() {
- default_prepare
- sed -i '/tic/d' Makefile
-}
-
-build() {
- make -C "$builddir"
-}
-
-package() {
- make install PREFIX=/usr DESTDIR="$pkgdir"
- mkdir -p "$pkgdir"/usr/share/applications
-
- cat > "$pkgdir"/usr/share/applications/st.desktop <<-EOF
- [Desktop Entry]
- Name=st
- Comment=st is a simple virtual terminal emulator for X which sucks less
- Exec=st
- Terminal=false
- Type=Application
- Icon=gnome-xterm
- Categories=System;TerminalEmulator;
- EOF
-}
-
-sha512sums="a4cb72680e070d1703c4359618fa7ed36d5460496ab1320025f89809d7fa5387a6f9aae1e1143b261e57ea5f49d9b71bb68dad7653538b0238d2e50259029190 sxmo-st-0.8.3.4.tar.gz"