ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
17 lines
492 B
Bash
17 lines
492 B
Bash
# Template file for 'tmfs'
|
|
pkgname=tmfs
|
|
version=r5
|
|
revision=7
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel boost-devel"
|
|
short_desc="Apple Time Machine read-only mounting utility"
|
|
maintainer="sth <sth@nvsbl.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/abique/tmfs"
|
|
distfiles="https://github.com/abique/tmfs/archive/${version}.tar.gz"
|
|
checksum="897ad09e21ddd8e912dc1baba4466d8a65a09b3abdeb31e4640c2d770915f2f4"
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
patch_args=-Np0
|