2020-01-23 20:42:01 +01:00
|
|
|
name: dnsmanager
|
2020-10-18 02:49:45 +02:00
|
|
|
version: 0.2.0
|
2020-01-23 20:42:01 +01:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- karchnu <karchnu@karchnu.fr>
|
|
|
|
|
|
|
|
description: |
|
|
|
|
A registrar tool.
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
ipc:
|
2020-10-18 02:49:45 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/ipc.cr
|
2020-01-23 20:42:01 +01:00
|
|
|
dodb:
|
2020-10-18 02:49:45 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/dodb.cr
|
2020-01-23 20:42:01 +01:00
|
|
|
authd:
|
2020-10-18 02:49:45 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/authd
|
|
|
|
baguette-crystal-base:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
|
|
|
|
branch: master
|
2020-12-13 03:56:32 +01:00
|
|
|
ipaddress:
|
|
|
|
github: sija/ipaddress.cr
|
|
|
|
|
2020-01-23 20:42:01 +01:00
|
|
|
|
|
|
|
targets:
|
2023-02-15 19:21:49 +01:00
|
|
|
dnsmanagerd:
|
2020-01-23 20:42:01 +01:00
|
|
|
main: src/main.cr
|
2020-12-10 17:29:26 +01:00
|
|
|
dnsmanager-client:
|
|
|
|
main: src/client/main.cr
|
2023-06-28 02:26:12 +02:00
|
|
|
write-zone-file:
|
|
|
|
main: tools/write-zone-file.cr
|
|
|
|
write-template-zone-file:
|
|
|
|
main: tools/write-template-zone-file.cr
|
2020-01-23 20:42:01 +01:00
|
|
|
|
2023-02-15 19:21:49 +01:00
|
|
|
license: ISC
|