Update packages & sources
This commit is contained in:
parent
8b49907053
commit
060e077003
6 changed files with 19 additions and 3 deletions
3
managers/make/install
Executable file
3
managers/make/install
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
cd $1
|
||||||
|
sudo checkinstall
|
5
packages/dragon/make
Executable file
5
packages/dragon/make
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
cd /tmp
|
||||||
|
git clone https://github.com/mwh/dragon
|
||||||
|
cd dragon
|
||||||
|
pwd
|
5
packages/sterred/manual → packages/stderred/custom
Normal file → Executable file
5
packages/sterred/manual → packages/stderred/custom
Normal file → Executable file
|
@ -1,5 +1,6 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone git://github.com/sickill/stderred.git
|
git clone git://github.com/sickill/stderred.git
|
||||||
cd sterred
|
cd stderred
|
||||||
make
|
make
|
||||||
case "$LD_PRELOAD" in *libstderred.so*) ;; *) echo 'export LD_PRELOAD="/absolute/path/to/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"'>>$HOME/.zprofile;; esac
|
case "$LD_PRELOAD" in *libstderred.so*) ;; *) echo 'export LD_PRELOAD="/opt/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"'>>$HOME/.zprofile;; esac
|
6
packages/xkblayout-state/custom
Executable file
6
packages/xkblayout-state/custom
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
cd /tmp
|
||||||
|
git clone https://github.com/nonpop/xkblayout-state
|
||||||
|
cd xkblayout-state
|
||||||
|
make
|
||||||
|
sudo mv -v xkblayout-state /usr/local/bin
|
3
sources
3
sources
|
@ -2,4 +2,5 @@ apt
|
||||||
snap
|
snap
|
||||||
flatpak
|
flatpak
|
||||||
script
|
script
|
||||||
manual
|
make
|
||||||
|
custom
|
||||||
|
|
Loading…
Add table
Reference in a new issue