mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/vm-bhyve-zcomp: Add new port
This commit is contained in:
parent
defc987f94
commit
22a81749b0
4 changed files with 32 additions and 0 deletions
|
@ -1513,6 +1513,7 @@
|
|||
SUBDIR += vivid
|
||||
SUBDIR += vm-bhyve
|
||||
SUBDIR += vm-bhyve-devel
|
||||
SUBDIR += vm-bhyve-zcomp
|
||||
SUBDIR += vmdktool
|
||||
SUBDIR += vmstated
|
||||
SUBDIR += vmtouch
|
||||
|
|
27
sysutils/vm-bhyve-zcomp/Makefile
Normal file
27
sysutils/vm-bhyve-zcomp/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= vm-bhyve-zcomp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 20250225.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= meta@FreeBSD.org
|
||||
COMMENT= Zsh completion for vm-bhyve
|
||||
WWW= https://github.com/metalefty/vm-bhyve-zcomp
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= zsh>=5.0:shells/zsh
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= metalefty
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/zsh/site-functions/_vm
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
|
||||
${INSTALL_DATA} ${WRKSRC}/_vm ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/vm-bhyve-zcomp/distinfo
Normal file
3
sysutils/vm-bhyve-zcomp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1740464014
|
||||
SHA256 (metalefty-vm-bhyve-zcomp-v20250225.1_GH0.tar.gz) = e773921305cced9fb83a338fdace00d447c8dac34b8193cb043ae8735559dd19
|
||||
SIZE (metalefty-vm-bhyve-zcomp-v20250225.1_GH0.tar.gz) = 3607
|
1
sysutils/vm-bhyve-zcomp/pkg-descr
Normal file
1
sysutils/vm-bhyve-zcomp/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Zsh completion for vm-bhyve
|
Loading…
Add table
Reference in a new issue