@@ 30,6 30,8 @@ build() {
python3 setup.py build
cd gitsrht-dispatch
go build
+ cd gitsrht-shell
+ go build
}
package() {
@@ 46,6 48,8 @@ package() {
"$pkgdir"/etc/conf.d/git.sr.ht-webhooks
cd gitsrht-dispatch
install -Dm755 gitsrht-dispatch "$pkgdir"/usr/bin/gitsrht-dispatch
+ cd ../gitsrht-shell
+ install -Dm755 gitsrht-shell "$pkgdir"/usr/bin/gitsrht-shell
}
sha512sums="771a34eeac9290dde4edc4398a33a43b18cb15fd0d577e741ae54540ecf480104888f8fc15304e5e57554556ed035a45b19f4043b7c37d30245b7e6e99d398e9 git.sr.ht-0.28.3.tar.gz