add autoreq autorpov test package
This commit is contained in:
parent
bd26236cd7
commit
d1c13fd963
15
test-autoprovreq/alr.sh
Normal file
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
1
test-autoprovreq/bash-req
Executable file
@ -0,0 +1 @@
|
||||
#!/usr/bin/bash
|
1
test-autoprovreq/zsh-req
Normal file
1
test-autoprovreq/zsh-req
Normal file
@ -0,0 +1 @@
|
||||
#!/usr/bin/zsh
|
Loading…
Reference in New Issue
Block a user