aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrainytrain <trainytrain@rape.lol>2021-05-09 01:57:20 -0700
committertrainytrain <trainytrain@rape.lol>2021-05-09 01:57:20 -0700
commitcfca9dd88d82d3a5e8fd4207fa53466d329354cf (patch)
treef36f6715b9c41b08b79b040b81601b2a6530df4b
parente6fafe523dbbbf524d7158cda0bfd76cf11e39df (diff)
edits
-rw-r--r--PKGBUILD45
-rw-r--r--README.md4
-rw-r--r--st.12
3 files changed, 2 insertions, 49 deletions
diff --git a/PKGBUILD b/PKGBUILD
deleted file mode 100644
index 98a057d..0000000
--- a/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Maintainer:
-
-pkgname=st-luke-git
-_pkgname=st
-pkgver=0.8.2.r1062.2087ab9
-pkgrel=1
-epoch=1
-pkgdesc="Luke's simple (suckless) terminal with vim-bindings, transparency, xresources, etc. "
-url='https://github.com/LukeSmithxyz/st'
-arch=('i686' 'x86_64')
-license=('MIT')
-options=('zipman')
-depends=('libxft')
-makedepends=('ncurses' 'libxext' 'git')
-optdepends=('dmenu: feed urls to dmenu')
-source=('git://github.com/LukeSmithxyz/st')
-sha1sums=('SKIP')
-
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
-
-pkgver() {
- cd "${_pkgname}"
- printf "%s.r%s.%s" "$(awk '/^VERSION =/ {print $3}' config.mk)" \
- "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- cd $srcdir/${_pkgname}
- # skip terminfo which conflicts with ncurses
- sed -i '/tic /d' Makefile
-}
-
-build() {
- cd "${_pkgname}"
- make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
- cd "${_pkgname}"
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm644 .Xdefaults "${pkgdir}/usr/share/doc/${pkgname}/Xdefaults.example"
-}
diff --git a/README.md b/README.md
index 8392fac..a8d44d8 100644
--- a/README.md
+++ b/README.md
@@ -33,13 +33,11 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
## Installation for newbs
```
-git clone https://github.com/LukeSmithxyz/st
+git clone https://github.com/tyhoang/st
cd st
sudo make install
```
-Users of Arch-based distros can also install it from the AUR as [st-luke-git](https://aur.archlinux.org/packages/st-luke-git/).
-
Obviously, `make` is required to build. `fontconfig` is required for the default build, since it asks `fontconfig` for your system monospace font. It might be obvious, but `libX11` and `libXft` are required as well. Chances are, you have all of this installed already.
On OpenBSD, be sure to edit `config.mk` first and remove `-lrt` from the `$LIBS` before compiling.
diff --git a/st.1 b/st.1
index 8701592..30c6ec6 100644
--- a/st.1
+++ b/st.1
@@ -1,6 +1,6 @@
.TH ST 1 st\-VERSION
.SH NAME
-st \- simple terminal (Luke Smith (https://lukesmith.xyz)'s build)
+st \- simple terminal (Tyler Hoang (https://tylerhoang.xyz)'s build)
.SH SYNOPSIS
.B st
.RB [ \-aiv ]