Add group commands
This commit is contained in:
22
distropack.yaml
Normal file
22
distropack.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
dpack:
|
||||
version: '1.0'
|
||||
package:
|
||||
package: slotdb-cli
|
||||
priority: optional
|
||||
section: misc
|
||||
maintainer: 'NoccyLabs <labs@noccy.com>'
|
||||
architecture: all
|
||||
version:
|
||||
from: git-tag
|
||||
depends: [ php-cli ]
|
||||
summary: 'A database to manage properties on a fixed set of slots (CLI utility)'
|
||||
description: Experimental.
|
||||
files:
|
||||
./slotcli.phar:
|
||||
target: /usr/bin/slotcli
|
||||
chmod: '0744'
|
||||
build:
|
||||
- 'make phar'
|
||||
./doc/slotcli.1.md:
|
||||
target: /usr/share/man/man1/slotcli.1.gz
|
||||
type: manpage
|
||||
Reference in New Issue
Block a user