chore: setup arch_makepkg handler
This commit is contained in:
parent
3c7542ca8f
commit
fe263dad42
6 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
timidity++
|
||||
chordpro-git
|
||||
chordpro
|
||||
musescore
|
||||
lilypond
|
||||
|
|
9
handlers/arch/install_makepkg
Executable file
9
handlers/arch/install_makepkg
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
case "$1" in
|
||||
(*://*) url=$1;;
|
||||
(*) url=https://aur.archlinux.org/$1.git;;
|
||||
esac
|
||||
cd /tmp
|
||||
git clone "$url"
|
||||
cd $(basename "${1%.git}")
|
||||
makepkg -si
|
1
packages/aur/arch_makepkg
Normal file
1
packages/aur/arch_makepkg
Normal file
|
@ -0,0 +1 @@
|
|||
yay
|
1
packages/chordpro/aur
Normal file
1
packages/chordpro/aur
Normal file
|
@ -0,0 +1 @@
|
|||
chordpro-git
|
1
packages/lilypond/arch
Normal file
1
packages/lilypond/arch
Normal file
|
@ -0,0 +1 @@
|
|||
lilypond
|
Loading…
Add table
Reference in a new issue