Добавить alr.sh

This commit is contained in:
2025-05-07 17:31:10 +00:00
parent f502f667a8
commit 13893fbc98

12
alr.sh Normal file
View File

@@ -0,0 +1,12 @@
name='bar-pkg'
version='1.0.0'
release='1'
desc='BAR PKG'
maintainer='UNKNOWN'
architectures=('all')
license=('UNKNOWN')
package() {
mkdir -p "$pkgdir/opt"
echo "BAR-PKG" > "$pkgdir/opt/bar"
}