23 lines
730 B
Bash
23 lines
730 B
Bash
# Template file for 'httpdirfs'
|
|
pkgname=httpdirfs
|
|
version=1.2.5
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="pkg-config help2man"
|
|
makedepends="libcurl-devel fuse-devel gumbo-parser-devel
|
|
libuuid-devel expat-devel"
|
|
short_desc="Mount HTTP directory listings, with a permanent cache"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/fangfufu/httpdirfs"
|
|
changelog="https://raw.githubusercontent.com/fangfufu/httpdirfs/master/CHANGELOG.md"
|
|
distfiles="https://github.com/fangfufu/httpdirfs/archive/refs/tags/${version}.tar.gz"
|
|
checksum=d0a85600c3813064ba3cad9491b66fcf458151a49d3926818f5458ab6f615038
|
|
|
|
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
|
|
|
post_build() {
|
|
make man
|
|
}
|