mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
fd: install man page
This commit is contained in:
parent
d751c0c9af
commit
4f8082c699
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue