chore: setup arch_makepkg handler

This commit is contained in:
xeruf 2022-07-05 11:26:24 +02:00
parent 3c7542ca8f
commit fe263dad42
6 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
timidity++ timidity++
chordpro-git chordpro
musescore musescore
lilypond lilypond

9
handlers/arch/install_makepkg Executable file
View 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

View File

@ -0,0 +1 @@
yay

1
packages/chordpro/aur Normal file
View File

@ -0,0 +1 @@
chordpro-git

1
packages/lilypond/arch Normal file
View File

@ -0,0 +1 @@
lilypond