diff --git a/srcpkgs/ethersync/template b/srcpkgs/ethersync/template new file mode 100644 index 0000000..0bc7d4d --- /dev/null +++ b/srcpkgs/ethersync/template @@ -0,0 +1,20 @@ +# 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 " +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 +}