1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Calculate compression ratio of a set of files on Btrfs"
8 url="https://github.com/kilobyte/compsize"
11 makedepends=(btrfs-progs git)
12 _commit=0ae6d84b3ac1ac62f6976ce6bf1aa9bb94e83391 # tags/v1.5^0
13 source=("git+$url#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/-/+/g'
28 install -d "$pkgdir/usr/share/man/man8"
29 make install PREFIX="$pkgdir/usr"