[arch-commits] Commit in hubicfuse/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Fri Dec 29 14:25:50 UTC 2017


    Date: Friday, December 29, 2017 @ 14:25:49
  Author: jelle
Revision: 276858

db-move: moved hubicfuse from [community-staging] to [community-testing] (x86_64)

Added:
  hubicfuse/repos/community-testing-x86_64/
  hubicfuse/repos/community-testing-x86_64/PKGBUILD
    (from rev 276857, hubicfuse/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  hubicfuse/repos/community-staging-x86_64/

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

Copied: hubicfuse/repos/community-testing-x86_64/PKGBUILD (from rev 276857, hubicfuse/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-29 14:25:49 UTC (rev 276858)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=hubicfuse
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="A fuse filesystem to access HubiC cloud storage"
+arch=('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