add the WIP port
This commit is contained in:
parent
f525b3bf3d
commit
172974912a
2 changed files with 29 additions and 0 deletions
27
openbsd/evomaintenance/Makefile
Normal file
27
openbsd/evomaintenance/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
2
openbsd/evomaintenance/pkg/DESCR
Normal file
2
openbsd/evomaintenance/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Evomaintenance script. This script should be run from your .profil with
|
||||
trap "sudo /usr/local/bin/evomaintenance.sh" 0
|
Loading…
Add table
Reference in a new issue