add test-group-and-summary
This commit is contained in:
parent
3b2548d3d9
commit
5d38f41152
15
test-group-and-summary/alr.sh
Normal file
15
test-group-and-summary/alr.sh
Normal file
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user