chore: extend make handler
This commit is contained in:
parent
fe263dad42
commit
82a2bbc728
5 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/sh -e
|
||||||
cd "$1"
|
case $1 in
|
||||||
|
(*://*) cd /tmp
|
||||||
|
git clone "$1"
|
||||||
|
cd "$(basename "${1%.git}")";;
|
||||||
|
(*) cd "$1";;
|
||||||
|
esac
|
||||||
|
shift
|
||||||
sudo checkinstall
|
sudo checkinstall
|
||||||
|
|
6
packages/dragon/make
Executable file → Normal file
6
packages/dragon/make
Executable file → Normal file
|
@ -1,5 +1 @@
|
||||||
#!/usr/bin/env sh
|
https://github.com/mwh/dragon
|
||||||
cd /tmp
|
|
||||||
git clone https://github.com/mwh/dragon
|
|
||||||
cd dragon
|
|
||||||
pwd
|
|
||||||
|
|
1
packages/logcli/make
Normal file
1
packages/logcli/make
Normal file
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/grafana/loki.git
|
1
packages/yay/arch_makepkg
Normal file
1
packages/yay/arch_makepkg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
yay
|
Loading…
Add table
Reference in a new issue