From 096bb14f00122fe0b8c937872758c65a0d2b0b8b Mon Sep 17 00:00:00 2001 From: NotNekodev Date: Sun, 23 Aug 2026 22:29:55 +0200 Subject: [PATCH] New package: zodiac-1.0.0 --- srcpkgs/zodiac/files/zodiac/run | 2 ++ srcpkgs/zodiac/template | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/zodiac/files/zodiac/run create mode 100644 srcpkgs/zodiac/template diff --git a/srcpkgs/zodiac/files/zodiac/run b/srcpkgs/zodiac/files/zodiac/run new file mode 100644 index 00000000000000..eab4e7beff9916 --- /dev/null +++ b/srcpkgs/zodiac/files/zodiac/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/zodiac -d diff --git a/srcpkgs/zodiac/template b/srcpkgs/zodiac/template new file mode 100644 index 00000000000000..4fdc0d9e47aee9 --- /dev/null +++ b/srcpkgs/zodiac/template @@ -0,0 +1,18 @@ +# Template file for 'zodiac' +pkgname=zodiac +version=1.0.0 +revision=1 +build_style=meson +conf_files="/etc/zodiac.conf" +short_desc="Implementation of the Network Time Protocol (NTP)" +maintainer="NotNekodev " +license="MIT" +homepage="https://git.gay/Nekodev/zodiac" +distfiles="https://git.gay/Nekodev/zodiac/archive/${version}.tar.gz" +checksum=e70b7f28f8c0ce6b4f68501b1f094f5c6f5b7561491ba03ef75f1e7540bc4130 + +post_install() { + vconf examples/zodiac.conf zodiac.conf + vsv zodiac + vlicense LICENSE +}