Add group commands

This commit is contained in:
2025-03-13 22:29:05 +01:00
parent dda2a7b4ae
commit 680daec300
7 changed files with 141 additions and 5 deletions

22
distropack.yaml Normal file
View 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