This commit is contained in:
2025-03-26 10:05:14 +03:00
parent 6b0a4f3ce3
commit bd26236cd7
4 changed files with 4 additions and 0 deletions

12
bar-pkg/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"
}