aboutsummaryrefslogtreecommitdiffstats
path: root/community/st
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 21:02:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:48 -0300
commit88ee81174b8911bd2e0fed2b4d91bd227978eb1c (patch)
treeb9e18150d9a5b6169a2785e769bad8f9d9098c34 /community/st
parenta7c72358ef4b9961319d16d3c09987457a1bec21 (diff)
downloadaports-88ee81174b8911bd2e0fed2b4d91bd227978eb1c.tar.bz2
aports-88ee81174b8911bd2e0fed2b4d91bd227978eb1c.tar.xz
community/st: modernize
Diffstat (limited to 'community/st')
-rw-r--r--community/st/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/st/APKBUILD b/community/st/APKBUILD
index ed5b9c3df3..59dd7f7bdf 100644
--- a/community/st/APKBUILD
+++ b/community/st/APKBUILD
@@ -10,12 +10,10 @@ license="MIT"
depends="ncurses-terminfo"
makedepends="fontconfig-dev freetype-dev libx11-dev libxext-dev libxft-dev"
subpackages="$pkgname-doc $pkgname-dbg"
-source="https://dl.suckless.org/$pkgname/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://dl.suckless.org/st/st-$pkgver.tar.gz"
prepare() {
default_prepare
- cd "$builddir"
sed -i '/tic/d' Makefile
}
@@ -24,8 +22,6 @@ build() {
}
package() {
- cd "$builddir"
-
make install PREFIX=/usr DESTDIR="$pkgdir"
mkdir -p "$pkgdir"/usr/share/applications