forked from Lainports/freebsd-ports
sysutils/reproduce: New port
AppJail Reproduce is a small open source BSD-3 licensed tool for automating the creation of images using Makejails, scripts and simple text files, providing a common workflow and simplifying many things. PR: 275500 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D43151
This commit is contained in:
parent
16f2f4c4df
commit
7c8c130d28
5 changed files with 43 additions and 0 deletions
|
|
@ -1199,6 +1199,7 @@
|
|||
SUBDIR += rename
|
||||
SUBDIR += renameutils
|
||||
SUBDIR += reoback
|
||||
SUBDIR += reproduce
|
||||
SUBDIR += reptyr
|
||||
SUBDIR += respond
|
||||
SUBDIR += rest-server
|
||||
|
|
|
|||
27
sysutils/reproduce/Makefile
Normal file
27
sysutils/reproduce/Makefile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= reproduce
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
COMMENT= AppJail image builder
|
||||
WWW= https://github.com/DtxdF/reproduce
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DtxdF
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/appjail-reproduce
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
sysutils/reproduce/distinfo
Normal file
3
sysutils/reproduce/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1702702539
|
||||
SHA256 (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = ff042cdc47076df140b0821d1da2705dc4e6555e0308b450796284f31e1be076
|
||||
SIZE (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = 9939
|
||||
4
sysutils/reproduce/pkg-descr
Normal file
4
sysutils/reproduce/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
AppJail Reproduce is a small open source BSD-3 licensed tool for
|
||||
automating the creation of images using Makejails, scripts and
|
||||
simple text files, providing a common workflow and simplifying many
|
||||
things.
|
||||
8
sysutils/reproduce/pkg-message
Normal file
8
sysutils/reproduce/pkg-message
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port requires either sysutils/appjail or sysutils/appjail-devel
|
||||
to work properly.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue