15 lines
506 B
Bash
15 lines
506 B
Bash
|
# Template file for 'git-mediate'
|
||
|
pkgname=git-mediate
|
||
|
version=1.0.5
|
||
|
revision=1
|
||
|
build_style=haskell-stack
|
||
|
depends="git"
|
||
|
short_desc="Tool to help resolving git conflicts"
|
||
|
maintainer="Peter Wang <novalazy@gmail.com>"
|
||
|
license="GPL-2.0-only"
|
||
|
homepage="https://github.com/Peaker/git-mediate"
|
||
|
distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||
|
checksum=a3f01abc25e7f5a89833131b07ba1a69ab497b099972acf6f333ef43be31b8bc
|
||
|
nocross=yes
|
||
|
nopie_files="/usr/bin/git-mediate"
|