# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/maddy/maddy.conf # Copyright (C) 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append goconfopt ' ' "-v -o bin/$pkg ./cmd/maddy" hook_add inmake 5 "scdoc maddy.1" hook_add postmake 5 "maddy_pm" maddy_pm() { install -Dm755 bin/maddy $root$bindir install -Dm644 maddy.conf $root$sysconfdir/$pkg/$pkg.conf install -Dm644 maddy.1 $root$mandir/man1/ }