fd: install man page

This commit is contained in:
Michael Gehring 2017-11-16 19:24:58 +00:00
parent d751c0c9af
commit 4f8082c699
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fd'
pkgname=fd
version=6.0.0
revision=1
revision=2
hostmakedepends="rust cargo"
short_desc="A simple, fast and user-friendly alternative to find"
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
@ -21,5 +21,6 @@ do_check() {
do_install() {
vbin target/release/${pkgname}
vman doc/fd.1
vlicense LICENSE-MIT
}