26 lines
634 B
YAML
26 lines
634 B
YAML
dpack:
|
|
version: '1.0'
|
|
package:
|
|
package: slotdb
|
|
priority: optional
|
|
section: misc
|
|
maintainer: 'NoccyLabs <labs@noccy.com>'
|
|
architecture: all
|
|
version:
|
|
from: git-tag
|
|
depends: [ php-cli, php-sqlite3 ]
|
|
summary: 'A database to manage properties on a fixed set of slots'
|
|
description: Experimental.
|
|
files:
|
|
./slotdbd.phar:
|
|
target: /usr/bin/slotdbd
|
|
chmod: '0755'
|
|
build:
|
|
- 'make phar'
|
|
./doc/slotdbd.1.md:
|
|
target: /usr/share/man/man1/slotdbd.1.gz
|
|
type: manpage
|
|
./doc/slotdb.service:
|
|
target: /etc/systemd/system/slotdb.service
|
|
|