Update klara tree
This commit is contained in:
10
portshaker/portshaker.d/klara
Executable file
10
portshaker/portshaker.d/klara
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
. /usr/local/share/portshaker/portshaker.subr
|
||||
if [ "$1" != '--' ]; then
|
||||
err 1 "Extra arguments"
|
||||
fi
|
||||
shift
|
||||
method="git"
|
||||
git_clone_uri="http://gitea.home.oav.net/kiwi/klara-ports.git"
|
||||
git_branch=main
|
||||
run_portshaker_command $*
|
||||
Reference in New Issue
Block a user