16 lines
476 B
Bash
16 lines
476 B
Bash
# Template file for 'tmfs'
|
|
pkgname=tmfs
|
|
version=r5
|
|
revision=5
|
|
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
|
|
}
|