~xdavidwu/aurbuild

ref: 70185493663684f0b3b2ecb6979551ad50504d96 aurbuild/submit-build -rwxr-xr-x 241 bytes
70185493Pinghao Wu scripts: move to hut a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh


dispatch() {
	yq ".sources += [\"https://aur.archlinux.org/$1.git\"] |
		.environment.pkgbase = \"$1\"
	" < build.yml | hut builds submit -n"$1 (manual)" -t "aurbuild/$1" -
}

[ ! -d "$1" ] && exit 1

dispatch "$(basename "$1")"