add test-app-with-lib

This commit is contained in:
2025-05-03 08:15:19 +03:00
parent 76f9daccd2
commit 99d9bd5d3a
2 changed files with 19 additions and 0 deletions

11
test-app-with-lib/alr.sh Normal file
View 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
View File

@ -0,0 +1,8 @@
name='test-lib'
version='1.0.0'
release='1'
desc='FOO PKG'
maintainer='UNKNOWN'
architectures=('all')
license=('UNKNOWN')