Skip to content

Commit

Permalink
New package: exec-on-git-staged-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Oct 6, 2019
1 parent d07664e commit 6192e8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions srcpkgs/exec-on-git-staged/template
@@ -0,0 +1,16 @@
# Template file for 'exec-on-git-staged'
pkgname=exec-on-git-staged
version=1.1.0
revision=1
archs=noarch
depends="git"
short_desc="Execute commands on staged tree"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://github.com/jcgruenhage/exec-on-git-staged"
distfiles="https://github.com/jcgruenhage/exec-on-git-staged/archive/v${version}.tar.gz"
checksum=c163104e8d9539bec253275fd32a4241717db0f502bb43654a52d70ba71b745d

do_install() {
vbin exec-on-git-staged
}

0 comments on commit 6192e8b

Please sign in to comment.