17 lines
482 B
Bash
17 lines
482 B
Bash
|
# Template file for 'tmfs'
|
||
|
pkgname=tmfs
|
||
|
version=r5
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="cmake 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
|
||
|
}
|