Import tarsnap-gui-0.8 as sysutils/tarsnap-gui.
The Tarsnap graphical user interface desktop application is an open source cross-platform frontend to the popular Tarsnap backup service. The application uses the tarsnap command line client utilities to communicate with the Tarsnap service.
This commit is contained in:
parent
f62f0451e5
commit
51de0313ee
4 changed files with 40 additions and 0 deletions
5
sysutils/tarsnap-gui/DESCR
Normal file
5
sysutils/tarsnap-gui/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Tarsnap graphical user interface desktop application is an open
|
||||
source cross-platform frontend to the popular Tarsnap backup service.
|
||||
|
||||
The application uses the tarsnap command line client utilities to
|
||||
communicate with the Tarsnap service.
|
27
sysutils/tarsnap-gui/Makefile
Normal file
27
sysutils/tarsnap-gui/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/03/15 09:51:26 wiz Exp $
|
||||
|
||||
DISTNAME= tarsnap-gui-0.8
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=Tarsnap/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/Tarsnap/tarsnap-gui
|
||||
COMMENT= Cross-platform GUI for the Tarsnap backup service
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
DEPENDS+= tarsnap-[0-9]*:../../sysutils/tarsnap
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c++
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${QTDIR}/bin/qmake
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${DESTDIR}${PREFIX}/bin
|
||||
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qttools/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
sysutils/tarsnap-gui/PLIST
Normal file
2
sysutils/tarsnap-gui/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/03/15 09:51:26 wiz Exp $
|
||||
bin/tarsnap-gui
|
6
sysutils/tarsnap-gui/distinfo
Normal file
6
sysutils/tarsnap-gui/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/03/15 09:51:26 wiz Exp $
|
||||
|
||||
SHA1 (tarsnap-gui-0.8.tar.gz) = 85c4bb94fcbb1821136bb26feea68c582c386d35
|
||||
RMD160 (tarsnap-gui-0.8.tar.gz) = 0179694f8feb182793f071e09c2682052c35b9a8
|
||||
SHA512 (tarsnap-gui-0.8.tar.gz) = 8fc8afdd8a53efc843c2c82cc4872a7156fff8964793e3a5a80430380598f752a1ae488012c54809e345bda34a2c6a0afaca5504223effe2e332825cbea2b359
|
||||
Size (tarsnap-gui-0.8.tar.gz) = 544066 bytes
|
Loading…
Reference in a new issue