[arch-commits] Commit in (4 files)

Bruno Pagani archange at archlinux.org
Sat Oct 28 17:16:42 UTC 2017


    Date: Saturday, October 28, 2017 @ 17:16:41
  Author: archange
Revision: 264642

Initial addition of hubicfuse to [community]

Added:
  hubicfuse/
  hubicfuse/repos/
  hubicfuse/trunk/
  hubicfuse/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: hubicfuse/trunk/PKGBUILD
===================================================================
--- hubicfuse/trunk/PKGBUILD	                        (rev 0)
+++ hubicfuse/trunk/PKGBUILD	2017-10-28 17:16:41 UTC (rev 264642)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=hubicfuse
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A fuse filesystem to access HubiC cloud storage"
+arch=('i686' 'x86_64')
+url="https://github.com/TurboGit/hubicfuse"
+license=('MIT')
+depends=('curl' 'file' 'fuse' 'json-c' 'libxml2')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('6c4687b07e7e3b184ad30f1d3c66932867ee6e5a38e5d153fbf408ca06d0533e')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+    install -Dm755 hubic_token -t "${pkgdir}"/usr/bin/
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list