Import cargo-generate-vendor from Sebastien Marie (uptream/maintainer)
cargo-generate-vendor is used to help building vendored crate for use with devel/cargo. It will generate the required metadata for this purpose. ok landry@
This commit is contained in:
parent
726e86802e
commit
21adbe74ef
27
devel/cargo-generate-vendor/Makefile
Normal file
27
devel/cargo-generate-vendor/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2016/12/23 01:58:18 danj Exp $
|
||||
|
||||
COMMENT = help generating metadata for cargo vendoring
|
||||
|
||||
GH_ACCOUNT = semarie
|
||||
GH_PROJECT = cargo-generate-vendor
|
||||
GH_TAGNAME = 1.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Sebastien Marie <semarie@online.fr>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MAKE_ENV = BINDIR=${LOCALBASE}/bin \
|
||||
MANDIR=${LOCALBASE}/man/man
|
||||
|
||||
# use pledge()
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/cargo-vendor
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cargo-generate-vendor/distinfo
Normal file
2
devel/cargo-generate-vendor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cargo-generate-vendor-1.0.tar.gz) = JHAQPtdd5QIbyfdu2DCV9dLTN3sTXe3haA51JNO1UCc=
|
||||
SIZE (cargo-generate-vendor-1.0.tar.gz) = 1895
|
4
devel/cargo-generate-vendor/pkg/DESCR
Normal file
4
devel/cargo-generate-vendor/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
cargo-generate-vendor is used to help building vendored crate for use with
|
||||
devel/cargo.
|
||||
|
||||
It will generate the required metadata for this purpose.
|
3
devel/cargo-generate-vendor/pkg/PLIST
Normal file
3
devel/cargo-generate-vendor/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/12/23 01:58:18 danj Exp $
|
||||
bin/cargo-generate-vendor
|
||||
share/cargo-vendor/
|
Loading…
x
Reference in New Issue
Block a user