New package: pijul-0.8.3
This commit is contained in:
parent
acce0d0ae3
commit
c901988933
21
srcpkgs/pijul/template
Normal file
21
srcpkgs/pijul/template
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Template file for 'pijul'
|
||||||
|
pkgname=pijul
|
||||||
|
version=0.8.3
|
||||||
|
revision=1
|
||||||
|
build_wrksrc=$pkgname
|
||||||
|
hostmakedepends="cargo"
|
||||||
|
short_desc="Distributed version control system based on patches"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://pijul.org/"
|
||||||
|
distfiles="https://pijul.org/releases/pijul-${version}.tar.gz"
|
||||||
|
checksum=45ef9ca3ae9d62953731b0c4b88c78fda7efae48e6970454c20581d49e10d4f6
|
||||||
|
nocross=rustcant
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/pijul
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user