Add pkgbuild push script

This commit is contained in:
2024-11-10 15:55:06 +01:00
parent 80fb344128
commit e6da6282b1

9
update-pkgbuild.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if ! git remote | grep -q ^aur$ ; then
git remote add aur ssh://aur@aur.archlinux.org/screencfg-git.git
fi
git subtree push --prefix pkg/arch/screencfg-git aur master
git remote rm aur