Files

18 lines
403 B
Makefile
Raw Permalink Normal View History

2022-05-27 16:39:58 +02:00
PORTNAME= cloudsetup
PORTVERSION= 1.2
2022-05-27 16:39:58 +02:00
CATEGORIES= sysutils
MASTER_SITES= https://git.sr.ht/~jornane/${PORTNAME}/archive/
PKGNAMEPREFIX= firstboot-
MAINTAINER= jornane@icloud.com
COMMENT= Configure network and user when the system first boots
2022-09-07 23:06:12 +02:00
WWW= https://git.sr.ht/~jornane/cloudsetup
2022-05-27 16:39:58 +02:00
LICENSE= BSD3CLAUSE
2022-06-06 18:19:36 +03:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME}
2022-05-27 16:39:58 +02:00
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>