diff options
| author | bard <[email protected]> | 2024-05-31 16:01:49 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-31 16:01:49 -0400 |
| commit | 8aa290ce1d935d1206c875f7c2483180cbc42763 (patch) | |
| tree | 0380849e89ba3237ab05583de96d0950deae880d /dwm/Repositories/st/PKGBUILD | |
| parent | 8f0231d5f45adf980717ea1453a92d05f7093c74 (diff) | |
move to another repo
Diffstat (limited to 'dwm/Repositories/st/PKGBUILD')
| -rw-r--r-- | dwm/Repositories/st/PKGBUILD | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dwm/Repositories/st/PKGBUILD b/dwm/Repositories/st/PKGBUILD deleted file mode 100644 index 66dd05e..0000000 --- a/dwm/Repositories/st/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+https://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" -} |
