st terminal emulator

Make a PKGBUILD? Submit it here for user review and possible placement into the repository.

st terminal emulator

Postby TheCrownedFox » Fri Apr 19, 2013 4:42 am

Howdy! I made a PKGBUILD for the st terminal emulator from suckless.org. This is my first PKGBUILD, but I tested it on my chromebook (armv7h) and it runs totally fine. Hopefully it helps!

$this->bbcode_second_pass_code('', '
# Maintainer: Austin Diviness <austin.diviness@gmail.com>
pkgname=st
pkgver=0.4.0
pkgrel=1
epoch=
pkgdesc="A simple terminal implementation for X"
arch=('armv7h')
url="st.suckless.org"
license=('MIT')
groups=()
depends=()
makedepends=('libxcb')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git://git.suckless.org/st")
noextract=()
md5sums=('SKIP')

build() {
cd "$srcdir/$pkgname-$pkgver"
make
}

package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
')
TheCrownedFox
 
Posts: 2
Joined: Fri Apr 19, 2013 4:18 am

Return to User-Submitted Packages

Who is online

Users browsing this forum: No registered users and 9 guests