add autoreq autorpov test package

This commit is contained in:
Maxim Slipenko 2025-04-05 16:33:40 +03:00
parent bd26236cd7
commit d1c13fd963
3 changed files with 17 additions and 0 deletions

15
test-autoprovreq/alr.sh Normal file

@ -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
}

1
test-autoprovreq/bash-req Executable file

@ -0,0 +1 @@
#!/usr/bin/bash

1
test-autoprovreq/zsh-req Normal file

@ -0,0 +1 @@
#!/usr/bin/zsh