voidpkgs/srcpkgs/ethersync/template
2025-10-08 19:01:43 -04:00

20 lines
730 B
Text

# Template file for 'ethersync'
pkgname=ethersync
version=0.7.0
revision=1
build_style=cargo
build_wrksrc=daemon
archs="x86_64"
makedepends="libgit2-1.9-devel pkg-config"
depends="libgit2-1.9"
short_desc="Peer-to-peer, editor-agnostic collaborative editing of local text files."
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="AGPL-3.0"
homepage="https://ethersync.github.io/ethersync/"
changelog="https://raw.githubusercontent.com/ethersync/ethersync/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/ethersync/ethersync/archive/refs/tags/v0.7.0.tar.gz"
checksum=58234d527c74ab9028dcd8d3cfe2c8b9666bd59fde183343cd82d6c69cef95a7
do_install() {
vbin target/x86_64-unknown-linux-gnu/release/ethersync
}