OctoPkg is a powerful pkgng GUI front-end written in Qt
WWW: https://octopkg.wordpress.com/
This commit is contained in:
parent
02f309b6f2
commit
bd4c7bcbf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391418
@ -18,6 +18,7 @@
|
||||
SUBDIR += lsknobs
|
||||
SUBDIR += managepkg
|
||||
SUBDIR += mkreadmes
|
||||
SUBDIR += octopkg
|
||||
SUBDIR += p5-FreeBSD-Portindex
|
||||
SUBDIR += p5-FreeBSD-Ports
|
||||
SUBDIR += p5-FreeBSD-Ports-INDEXhash
|
||||
|
26
ports-mgmt/octopkg/Makefile
Normal file
26
ports-mgmt/octopkg/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: kmoore@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octopkg
|
||||
PORTVERSION= v0.1.0
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= OctoPkg graphical package manager
|
||||
|
||||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aarnt
|
||||
|
||||
USE_QT5= core concurrent gui network linguist svg \
|
||||
buildtools x11extras
|
||||
USES= qmake tar:xz
|
||||
PLIST_FILES= bin/octopkg
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/octopkg ${STAGEDIR}${PREFIX}/bin/octopkg
|
||||
|
||||
.include <bsd.port.mk>
|
2
ports-mgmt/octopkg/distinfo
Normal file
2
ports-mgmt/octopkg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (aarnt-octopkg-v0.1.0_GH0.tar.xz) = e374150b309ec737ad5c9b8f4a9ffd818bd142c717599efc7fe22043f3eed770
|
||||
SIZE (aarnt-octopkg-v0.1.0_GH0.tar.xz) = 158474
|
3
ports-mgmt/octopkg/pkg-descr
Normal file
3
ports-mgmt/octopkg/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OctoPkg is a powerful pkgng GUI front-end written in Qt
|
||||
|
||||
WWW: https://octopkg.wordpress.com/
|
Loading…
Reference in New Issue
Block a user