From 5d38f4115211595dd07cf09812e23f0c8b89340d Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sat, 19 Apr 2025 22:43:48 +0300 Subject: [PATCH] add test-group-and-summary --- test-group-and-summary/alr.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test-group-and-summary/alr.sh diff --git a/test-group-and-summary/alr.sh b/test-group-and-summary/alr.sh new file mode 100644 index 0000000..a3818ac --- /dev/null +++ b/test-group-and-summary/alr.sh @@ -0,0 +1,15 @@ +name='test-group-and-summary' +version='1.0.0' +release='1' +group="System/Base" +summary="Custom summary" +desc="Long long +multiline description" +maintainer='UNKNOWN' +architectures=('all') +license=('UNKNOWN') + +package() { + mkdir -p "$pkgdir/opt" + echo "FOO-PKG" > "$pkgdir/opt/foo" +}