remove ethersync

This commit is contained in:
Squibid 2025-11-09 16:44:12 -05:00
parent 3163b25439
commit 1c5d66e925
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -1,20 +0,0 @@
# 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
}