commit ad50b17863a59838f65a746f782e99d20362b618 from: shrub900 date: Thu May 28 16:19:50 2026 UTC openntpd commit - a40b43464bfe351584efdaefcbd5ed5a48191b7c commit + ad50b17863a59838f65a746f782e99d20362b618 blob - /dev/null blob + 5a7ac340c3ed79a0970dfe0e8de1ce582c6d5d12 (mode 644) --- /dev/null +++ net/openntpd/deps @@ -0,0 +1 @@ +.libtls-bearssl blob - /dev/null blob + 18d1721e856cc7613fecbe3985e5e2b03c742e9e (mode 644) --- /dev/null +++ net/openntpd/info @@ -0,0 +1,6 @@ +name: openntpd +description: openBSD's ntp implementation +license: ISC +upstream: +version: git +maintainer: shrub900 blob - /dev/null blob + c27e78b31511acfeddc25de03078f04c4df7b064 (mode 644) --- /dev/null +++ net/openntpd/ndmake.sh @@ -0,0 +1,14 @@ +#!/bin/sh -ue +NAME=openntpd +VERSION=git +RELEASE=1 +SOURCE="https://git.sr.ht/~arachsys/openntpd" + +build() { + make install CC='cc -static' \ + LIBS='-ltls -lm -lbearssl' \ + PREFIX=$PREFIX \ + DESTDIR=$PKG +} + +. ${0%/*}/../../libsh/libdmake.sh