Add arch pkgbuild
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Alexander Schäferdiek 2022-07-11 20:33:52 +02:00
parent 51d5409055
commit 484aec1464

View file

@ -6,3 +6,8 @@ steps:
image: koalaman/shellcheck-alpine:latest image: koalaman/shellcheck-alpine:latest
commands: commands:
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \; - find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
- name: build arch package
image: archlinux/archlinix
commands:
- cd _pkg
- makepkg -cs