Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ $(eval $(call build-package,rqlite,7.14.1-r0,rqlite))
$(eval $(call build-package,karpenter,0.27.0-r0))
$(eval $(call build-package,kube-state-metrics,2.8.2-r0))
$(eval $(call build-package,consul,1.15.1-r0))
$(eval $(call build-package,sshpass,1.10-r0))
$(eval $(call build-package,restic,0.15.1-r0))
$(eval $(call build-package,libidn,1.41-r0))
$(eval $(call build-package,tdb,1.4.8-r0))
Expand Down
30 changes: 30 additions & 0 deletions sshpass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/sshpass/APKBUILD
package:
name: sshpass
version: 1.10
epoch: 0
description: Non-interactive SSH authentication utility
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
pipeline:
- uses: fetch
with:
expected-sha256: ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda
uri: https://downloads.sourceforge.net/sshpass/sshpass-${{package.version}}.tar.gz
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: sshpass-doc
pipeline:
- uses: split/manpages
description: sshpass manpages