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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 16:57:37 UTC 2018


    Date: Sunday, June 3, 2018 @ 16:57:37
  Author: felixonmars
Revision: 339406

archrelease: copy trunk to community-staging-x86_64

Added:
  hubicfuse/repos/community-staging-x86_64/
  hubicfuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 339405, hubicfuse/trunk/PKGBUILD)

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

Copied: hubicfuse/repos/community-staging-x86_64/PKGBUILD (from rev 339405, hubicfuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-03 16:57:37 UTC (rev 339406)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=hubicfuse
+pkgver=3.0.1
+pkgrel=3
+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")
+sha512sums=('39301395987c8e68c5de57361a6b1ce8c8cd58e3dfdf89b23ff9efd63900eb934261aab6df46d2cf73e4151b9815d1ebe4984cabd9145b83191835e6c4360e16')
+
+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