summarylogtreecommitdiffstats
path: root/git-source-1.template
blob: 2b5d6b32f6db9ccdd0611b0825d2124b0e59d52f (plain)
1
2
3
4
5
6
7
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")
md5sums+=('SKIP')
provides+=($_gitname)
conflicts+=($_gitname)

# vim: filetype=sh