diff --git a/openbsd/evomaintenance/Makefile b/openbsd/evomaintenance/Makefile new file mode 100644 index 0000000..ac5ddbb --- /dev/null +++ b/openbsd/evomaintenance/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD$ + +COMMENT = evolix maintenance script + +DISTNAME = evomaintenance-0.1 +CATEGORIES = sysutils + +EXTRACT_SUFX = .sh +EXTRACT_ONLY = +HOMEPAGE = http://evolix.com/ + +# N/A +PERMIT_PACKAGE_CDROM = Yes + +MASTER_SITES = http://winnie.evolix.net/evoscripts + +DISTFILES = evomaintenance.cf evomaintenance.tpl + +EVOMAINTENANCEDIR = ${SYSCONFDIR} + +NO_BUILD = Yes +NO_TEST = Yes + +do-install: + ${INSTALL_SCRIPT} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/ + +.include diff --git a/openbsd/evomaintenance/pkg/DESCR b/openbsd/evomaintenance/pkg/DESCR new file mode 100644 index 0000000..31fdb0d --- /dev/null +++ b/openbsd/evomaintenance/pkg/DESCR @@ -0,0 +1,2 @@ +Evomaintenance script. This script should be run from your .profil with +trap "sudo /usr/local/bin/evomaintenance.sh" 0