add ethersync
This commit is contained in:
parent
79e954feb6
commit
3163b25439
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ethersync/template
Normal file
20
srcpkgs/ethersync/template
Normal file
|
|
@ -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 <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
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue