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

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


    Date: Saturday, October 28, 2017 @ 17:17:44
  Author: archange
Revision: 264643

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hubicfuse/repos/community-i686/
  hubicfuse/repos/community-i686/PKGBUILD
    (from rev 264642, hubicfuse/trunk/PKGBUILD)
  hubicfuse/repos/community-x86_64/
  hubicfuse/repos/community-x86_64/PKGBUILD
    (from rev 264642, hubicfuse/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: hubicfuse/repos/community-i686/PKGBUILD (from rev 264642, hubicfuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-28 17:17:44 UTC (rev 264643)
@@ -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}/
+}

Copied: hubicfuse/repos/community-x86_64/PKGBUILD (from rev 264642, hubicfuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-28 17:17:44 UTC (rev 264643)
@@ -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