Updated repo
This commit is contained in:
parent
237e162619
commit
23c022ddd2
2
Makefile
2
Makefile
|
|
@ -54,7 +54,7 @@ install: st
|
|||
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
mkdir -p /usr/share/icons/st-jiji/svg
|
||||
cp -f st-terminal.svg /usr/share/icons/st-jiji/svg
|
||||
cp -f icons/st-jiji/svg/st-terminal.svg /usr/share/icons/st-jiji/svg
|
||||
cp -f st-terminal.desktop /usr/share/applications
|
||||
tic -sx st.info
|
||||
@echo Please see the README file regarding the terminfo entry of st at: https://github.com/LukeSmithxyz/st/blob/master/README.md.
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,19 +1,20 @@
|
|||
# Maintainer:
|
||||
|
||||
pkgname=st-luke-git
|
||||
pkgname=st-jiji-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'
|
||||
pkgdesc="A fork of Luke's build of st and redesigned for the JiJi system."
|
||||
|
||||
url='https://robmc.duckdns.org/git/TheOnePath/st-jiji'
|
||||
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')
|
||||
source=('https://robmc.duckdns.org/git/TheOnePath/st-jiji/src/branch/main')
|
||||
sha1sums=('SKIP')
|
||||
|
||||
provides=("${_pkgname}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user