-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
# 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" | ||
version=1.2.7 | ||
revision=1 | ||
build_style=meson | ||
hostmakedepends="pkg-config help2man ninja" | ||
makedepends="libcurl-devel fuse3-devel gumbo-parser-devel | ||
libuuid-devel expat-devel util-linux-libs openssl-devel" | ||
short_desc="Mount HTTP directory listings, with a permanent cache" | ||
maintainer="Orphaned <[email protected]>" | ||
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 | ||
} | ||
checksum=c7de6851aaef3132971b9add4a1ed235777db0316f48414ff9d93a316055e9f3 |