diff --git a/test-autoprovreq/alr.sh b/test-autoprovreq/alr.sh new file mode 100644 index 0000000..f744acb --- /dev/null +++ b/test-autoprovreq/alr.sh @@ -0,0 +1,15 @@ +name='test-autoreq-autoprov' +version='1.0.0' +release='1' +desc='-' +maintainer='UNKNOWN' +architectures=('all') +license=('UNKNOWN') + +auto_req=1 +auto_prov=1 + +package() { + install-binary "$scriptdir/bash-req" bash-req + install-binary "$scriptdir/zsh-req" zsh-req +} diff --git a/test-autoprovreq/bash-req b/test-autoprovreq/bash-req new file mode 100755 index 0000000..7f3915b --- /dev/null +++ b/test-autoprovreq/bash-req @@ -0,0 +1 @@ +#!/usr/bin/bash diff --git a/test-autoprovreq/zsh-req b/test-autoprovreq/zsh-req new file mode 100644 index 0000000..ec6e67a --- /dev/null +++ b/test-autoprovreq/zsh-req @@ -0,0 +1 @@ +#!/usr/bin/zsh