add test-app-with-lib
This commit is contained in:
11
test-app-with-lib/alr.sh
Normal file
11
test-app-with-lib/alr.sh
Normal file
@ -0,0 +1,11 @@
|
||||
name='test-app-with-lib'
|
||||
version='1.0.0'
|
||||
release='1'
|
||||
desc='FOO PKG'
|
||||
maintainer='UNKNOWN'
|
||||
architectures=('all')
|
||||
license=('UNKNOWN')
|
||||
deps=(
|
||||
'test-lib'
|
||||
)
|
||||
|
8
test-lib/alr.sh
Normal file
8
test-lib/alr.sh
Normal file
@ -0,0 +1,8 @@
|
||||
name='test-lib'
|
||||
version='1.0.0'
|
||||
release='1'
|
||||
desc='FOO PKG'
|
||||
maintainer='UNKNOWN'
|
||||
architectures=('all')
|
||||
license=('UNKNOWN')
|
||||
|
Reference in New Issue
Block a user