16 lines
526 B
Bash
16 lines
526 B
Bash
# Template file for 'git-mediate'
|
|
pkgname=git-mediate
|
|
version=1.0.8
|
|
revision=3
|
|
build_style=haskell-stack
|
|
stackage="lts-15.4"
|
|
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=81220f7e20a3913bc147b69681666ad22e60e5b759a1becad78ee28dcad8013d
|
|
nocross=yes
|
|
nopie_files="/usr/bin/git-mediate"
|