# Maintainer: Owen Trigueros pkgname=httpdirfs pkgver=1.2.1 pkgrel=1 pkgdesc="A filesystem which allows you to mount HTTP directory listings" arch=('any') url="https://github.com/fangfufu/httpdirfs" license=('GPL') depends=('gumbo-parser' 'fuse2' 'openssl') source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz") md5sums=("436520a3ce5e5bbc916e33a43e1a5a87") build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make prefix=/usr DESTDIR="$pkgdir" install }