Skip to content

Commit

Permalink
New package: git-interactive-rebase-tool-2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte committed Nov 18, 2021
1 parent ee10364 commit ad62a88
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions srcpkgs/git-interactive-rebase-tool/template
@@ -0,0 +1,16 @@
# Template file for 'git-interactive-rebase-tool'
pkgname=git-interactive-rebase-tool
version=2.1.0
revision=1
archs="i686 x86_64"
build_style=cargo
short_desc="Terminal based sequence editor for git interactive rebase"
maintainer="jgart <jgart@dismail.de>"
license="GPL-3.0-or-later"
homepage="https://gitrebasetool.mitmaro.ca"
distfiles="https://github.com/MitMaro/${pkgname}/archive/refs/tags/${version}.tar.gz"
checksum=@e82a7446af7f581fc2a2900042916cfe323778929aa804488e4b274486733557

do_check() {
cargo +stable test --workspace
}

0 comments on commit ad62a88

Please sign in to comment.