slotdb-cli/distropack.yaml

23 lines
561 B
YAML
Raw Normal View History

2025-03-13 22:29:05 +01:00
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