blob: 52b9e5ae38c98f500c6c76f82aa7cab89116992d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = gitflow
pkgdesc = A high-performance, type-safe implementation of the Gitflow AVH branching model in Rust.
pkgver = 1.0.0_beta.2
pkgrel = 1
url = https://github.com/ImKairat-Rust-Lab/gitflow
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = cargo
makedepends = git
depends = gcc-libs
provides = gitflow
conflicts = gitflow
options = !lto
source = git+https://github.com/ImKairat-Rust-Lab/gitflow.git#tag=v1.0.0-beta.2
sha256sums = SKIP
pkgname = gitflow
|