Package Details: gopherfs 0.7-2

Git Clone URL: https://aur.archlinux.org/gopherfs.git (read-only, click to copy)
Package Base: gopherfs
Description: gopher file system for FUSE
Upstream URL: https://github.com/ewe2/gopherfs
Licenses: GPL3
Submitter: chris_l
Maintainer: None
Last Packager: TrialnError
Votes: 1
Popularity: 0.000000
First Submitted: 2012-08-07 15:49 (UTC)
Last Updated: 2020-01-11 02:07 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

TrialnError commented on 2020-01-11 02:08 (UTC)

Used your dl link and updated the PKGBUILD. See the commit message for more information regarding the changes

agaskins commented on 2019-04-17 22:47 (UTC) (edited on 2019-04-20 16:58 (UTC) by agaskins)

I got it to install by finding the gzip at a different source, and adding/changing bits in the build() directive. I've never written PKGBUILD's so this might be incorrect or poor form, but it compiles & installs on my system:

pkgname=gopherfs
pkgver=0.7
pkgrel=1
pkgdesc="a gopher file system for FUSE."
arch=('i686' 'x86_64')
url="http://r-36.net/src/Various/"
license=('unknow')
depends=()
source=(http://9front.org/extra/gopherfs-0.7.tgz)
md5sums=('38489764859bc25211cb7d23a08a699f')

build() {
  cd $startdir
  tar xzf *.tgz
  cd $startdir/$pkgname-$pkgver
  make
}
package() {
  cd $startdir/$pkgname-$pkgver
  install -Dm755 gopherfs $pkgdir/usr/bin/gopherfs
}

By the way, I did NOT change the md5 hash, so indeed this appears to be the exact same file, just hosted on another server. That said, I don't know anything about this server, only that they have the file we need here, and it passes the same md5 check.

dreieck commented on 2018-11-28 23:18 (UTC)

url is now <http://r-36.net/scm/gopherfs/log.html>, and upstream source might be just git://r-36.net/gopherfs.

Please check and update (or remove this package and make a gopherfs-git, providing gopherfs=${pkgver}).

dreieck commented on 2018-11-28 23:16 (UTC)

Fails when trying to download the source:

==> Retrieving sources...
  -> Downloading gopherfs-0.7.tgz...
--2018-11-29 00:11:31--  http://r-36.net/src/Various/gopherfs-0.7.tgz
Resolving r-36.net (r-36.net)... 176.9.157.222, 2a01:4f8:160:43cd::3
Connecting to r-36.net (r-36.net)|176.9.157.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-11-29 00:11:31 ERROR 404: Not Found.

==> ERROR: Failure while downloading http://r-36.net/src/Various/gopherfs-0.7.tgz
    Aborting...