chore: extend make handler

This commit is contained in:
xeruf 2022-07-05 11:36:39 +02:00
parent fe263dad42
commit 82a2bbc728
5 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,9 @@
#!/usr/bin/env sh
cd "$1"
#!/bin/sh -e
case $1 in
(*://*) cd /tmp
git clone "$1"
cd "$(basename "${1%.git}")";;
(*) cd "$1";;
esac
shift
sudo checkinstall

6
packages/dragon/make Executable file → Normal file
View File

@ -1,5 +1 @@
#!/usr/bin/env sh
cd /tmp
git clone https://github.com/mwh/dragon
cd dragon
pwd
https://github.com/mwh/dragon

1
packages/logcli/make Normal file
View File

@ -0,0 +1 @@
https://github.com/grafana/loki.git

View File

@ -0,0 +1 @@
yay