This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env rc | |
| # Assume all packages given are already installed | |
| if(test $#* -lt 2) exit 1 | |
| module=$1 | |
| shift | |
| for(pkg in $*) { | |
| # Get all go binaries by checking for 'Go BuildID=' | |
| for(bin in `{apk info -q -L $pkg \ | |
| | grep -v '^usr/share' \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cfssl | |
| chezmoi | |
| cloudfoundry-cli | |
| conntracct | |
| docker-cli-buildx | |
| docker-cli-compose | |
| filebeat | |
| frp | |
| gitea | |
| github-cli |
NewerOlder