fd: install man page
This commit is contained in:
parent
d751c0c9af
commit
4f8082c699
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fd'
|
# Template file for 'fd'
|
||||||
pkgname=fd
|
pkgname=fd
|
||||||
version=6.0.0
|
version=6.0.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="rust cargo"
|
hostmakedepends="rust cargo"
|
||||||
short_desc="A simple, fast and user-friendly alternative to find"
|
short_desc="A simple, fast and user-friendly alternative to find"
|
||||||
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
maintainer="Jerry Tegno <jerrytegno@gmail.com>"
|
||||||
|
@ -21,5 +21,6 @@ do_check() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/release/${pkgname}
|
vbin target/release/${pkgname}
|
||||||
|
vman doc/fd.1
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue