httpdirfs: auto updated to 1.2.5-1

This commit is contained in:
Lilac 2023-05-20 03:13:01 +00:00
parent a153533dfb
commit 3db916d3e2

25
repo/httpdirfs/PKGBUILD Normal file
View file

@ -0,0 +1,25 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
pkgver=1.2.5
pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('x86_64')
url="https://github.com/fangfufu/httpdirfs"
license=('GPL')
depends=('gumbo-parser' 'fuse2' 'curl' 'expat')
makedepends=('help2man' 'doxygen')
source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
md5sums=("77910de057b196ed7b3714f7a0698203")
build() {
cd "$pkgname-$pkgver"
make man
make doc
make
}
package() {
cd "$pkgname-$pkgver"
make prefix=/usr DESTDIR="$pkgdir" install
}