mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
unison: install unison-fsmonitor utility (#6652)
This commit is contained in:
parent
5849647901
commit
34ff2cab26
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unison'
|
# Template file for 'unison'
|
||||||
pkgname="unison"
|
pkgname="unison"
|
||||||
version=2.48.4
|
version=2.48.4
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="A file-synchronization tool"
|
short_desc="A file-synchronization tool"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -18,4 +18,5 @@ do_build() {
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin unison
|
vbin unison
|
||||||
|
vbin unison-fsmonitor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue