Hey, it's a beta FUSE filesystem for google drive. Haven't used it yet, needs more polishing.

This commit is contained in:
Blair Sadewitz 2012-06-19 07:34:54 +00:00 committed by Thomas Klausner
parent db68703e06
commit be06f5e0ae
5 changed files with 48 additions and 0 deletions

0
fuse-google-drive/DESCR Normal file
View File

View File

@ -0,0 +1,36 @@
# $NetBSD: Makefile,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
#
DISTNAME= fuse-google-drive-0
CATEGORIES= filesystems
MASTER_SITES= /usr/pkgsrc/distfiles/
EXTRACT_SUFX= .tar.gz
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= https://github.com/jcline/fuse-google-drive
COMMENT= FUSE filesystem wrapper for Google Drive
LICENSE= gplv2
PKG_DESTDIR_SUPPORT= user-destdir
GIT_REPOSITORIES= fuse-google-drive
GIT_REPO.fuse-google-drive= http://github.com/jcline/fuse-google-drive.git
GIT_TAG.fuse-google-drive= 1e1bfa00b6d55cabcb717d0109ffc374c0af0348
.include "../../wip/mk/git-package.mk"
GNU_CONFIGURE= yes
USE_TOOLS+= gmake aclocal automake pkg-config
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${PKGBASE}
pre-configure:
set -e; cd ${WRKSRC}; \
autoreconf -vif
.include "../../mk/fuse.buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wip/json-c/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
fuse-google-drive/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
bin/fuse-google-drive

5
fuse-google-drive/TODO Normal file
View File

@ -0,0 +1,5 @@
XXX: needs more work to be happy
fopen("/home/bjs/.config/fuse-google-drive/clientsecrets"): No such file or directory
If you are seeing this then fuse-google-drive was unable to find the files it needs in $XDG_CONFIG_HOME/fuse-google-drive/. You need to go to https://code.google.com/apis/console/ then login and create an installed application project. Select the Google Drive API and generate the necessary tokens. Then, place the clientsecrets code in $XDG_CONFIG_HOME/fuse-google-drive/clientsecrets and place the clientid in the same folder, but in the file 'clientid'.

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/06/19 07:34:54 bsadewitz Exp $
SHA1 (fusefs-google-drive-06052012.tar.gz) = f8eb51202a86c05d2bcde59e1543e4a508fb1701
RMD160 (fusefs-google-drive-06052012.tar.gz) = 396831f656e4b3da38474bd562925a67908e20dc
Size (fusefs-google-drive-06052012.tar.gz) = 24314 bytes