SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/qgit/Makefile
Normal file
23
devel/qgit/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = Qt git repository viewer
|
||||
|
||||
GH_ACCOUNT = tibirna
|
||||
GH_PROJECT = qgit
|
||||
GH_TAGNAME = qgit-2.10
|
||||
DISTNAME = ${GH_TAGNAME}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel x11
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets c m
|
||||
|
||||
MODULES = devel/cmake \
|
||||
x11/qt5
|
||||
|
||||
RUN_DEPENDS = devel/git \
|
||||
devel/desktop-file-utils \
|
||||
x11/gtk+4,-guic
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/qgit/distinfo
Normal file
2
devel/qgit/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (qgit-2.10.tar.gz) = H8dPvSXIzL7p99SogXsKgv+lo6KBsyT+vk6Q6nxyEVM=
|
||||
SIZE (qgit-2.10.tar.gz) = 222077
|
2
devel/qgit/pkg/DESCR
Normal file
2
devel/qgit/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
qgit is a front-end for git, similar to gitk. It can be setup to run
|
||||
custom commands.
|
8
devel/qgit/pkg/PLIST
Normal file
8
devel/qgit/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@bin bin/qgit
|
||||
share/applications/qgit.desktop
|
||||
share/icons/hicolor/48x48/apps/qgit.png
|
||||
share/icons/hicolor/scalable/apps/qgit.svg
|
||||
share/metainfo/
|
||||
share/metainfo/qgit.appdata.xml
|
||||
@tag update-desktop-database
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
Loading…
Add table
Add a link
Reference in a new issue