mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/unison: upgrade to 2.53.5 & take over maintainership
I have contacted the previous maintainer by email last month, and received a reply on the 29th with permission to take over.
This commit is contained in:
parent
3fafb96054
commit
41671924c7
@ -1,11 +1,11 @@
|
||||
# Contributor: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
|
||||
# Contributor: omni <omni+alpine@hack.org>
|
||||
# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=unison
|
||||
# Note: unison breaks compatibility between minor (major.minor) versions.
|
||||
pkgver=2.53.4
|
||||
_majorver=${pkgver%.*} # x.y
|
||||
pkgver=2.53.5
|
||||
pkgrel=0
|
||||
# Note: unison breaks compatibility between minor (major.minor) versions.
|
||||
_majorver=${pkgver%.*} # x.y
|
||||
pkgdesc="Efficient file-synchronization tool"
|
||||
url="https://www.cis.upenn.edu/~bcpierce/unison/"
|
||||
arch="all !riscv64 !loongarch64" # ocaml
|
||||
@ -13,13 +13,13 @@ license="GPL-3.0-or-later"
|
||||
makedepends="ocaml linux-headers"
|
||||
checkdepends="coreutils"
|
||||
subpackages="$pkgname-doc"
|
||||
source="unison-$pkgver.tar.gz::https://github.com/bcpierce00/unison/archive/v$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/bcpierce00/unison/archive/v$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make -j1 tui fsmonitor DEBUGGING=false THREADS=true
|
||||
make -C man
|
||||
cp src/unison unison-text
|
||||
cp src/unison-fsmonitor unison-fsmonitor
|
||||
make
|
||||
|
||||
cp -v src/unison unison-text
|
||||
cp -v src/unison-fsmonitor unison-fsmonitor
|
||||
}
|
||||
|
||||
check() {
|
||||
@ -27,18 +27,18 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 unison-text \
|
||||
install -Dvm755 unison-text \
|
||||
"$pkgdir"/usr/bin/unison-text-$_majorver
|
||||
install -Dm755 unison-fsmonitor \
|
||||
install -Dvm755 unison-fsmonitor \
|
||||
"$pkgdir"/usr/bin/unison-fsmonitor-$_majorver
|
||||
install -Dm644 man/unison.1 \
|
||||
-t "$pkgdir"/usr/share/man/man1
|
||||
install -Dvm644 man/unison.1 \
|
||||
-t "$pkgdir"/usr/share/man/man1/
|
||||
|
||||
cd "$pkgdir"/usr/bin
|
||||
ln -s unison-text-$_majorver unison-text
|
||||
ln -s unison-text unison
|
||||
ln -sv unison-text-$_majorver unison-text
|
||||
ln -sv unison-text unison
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
91077955aabbd919e6d6df04a704878238d745ac3693e0e41b8a37a922db4ebfceb204378ab1283303ef5ad9d80445bc8caeafad36f67b8df8c30d8b4e0c6947 unison-2.53.4.tar.gz
|
||||
eabeed7b428f1985610b47ce8bc7faac515fd24937727612aa45435da3e38d40b6cd6d227eb3b65dc370d46458cecfca9d0e9e1712b2b7fa41b76675f8115c4c unison-2.53.5.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user