void-packages/srcpkgs/exfat-utils/template

17 lines
547 B
Bash
Raw Normal View History

2012-08-13 20:27:35 +02:00
# Template file for 'exfat-utils'
pkgname=exfat-utils
2015-09-11 08:05:44 +02:00
version=1.2.0
revision=1
build_style=gnu-configure
2012-08-13 20:27:35 +02:00
short_desc="Utilities for exFAT file system"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-04 14:02:15 +01:00
license="GPL-2"
2015-09-11 08:05:44 +02:00
homepage="https://github.com/relan/exfat"
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=df164bf3a1586f8c9be7dd6a126ebb0310715654e2c49393a22e11a1f6a214cc
2012-08-13 20:27:35 +02:00
post_install() {
2012-08-13 20:27:35 +02:00
vmkdir usr/share/man/man8
2014-01-29 13:04:06 +01:00
install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8
2012-08-13 20:27:35 +02:00
}