add packages for test-94

This commit is contained in:
2025-05-20 22:54:18 +03:00
parent d9a3541561
commit c1b1b560a8
2 changed files with 21 additions and 0 deletions

13
test-94-app/alr.sh Normal file
View File

@ -0,0 +1,13 @@
name='test-94-app'
version='1.0.0'
release='1'
desc='test-94-app'
maintainer='UNKNOWN'
architectures=('all')
license=('UNKNOWN')
deps=(
'test-94-dep'
)
build_deps=(
'test-94-dep'
)

8
test-94-dep/alr.sh Normal file
View File

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