mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
morituri-whatcd-git: Abstract GitHub user and repository name.
This commit is contained in:
parent
4934c57187
commit
fc89550e14
1 changed files with 3 additions and 2 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,15 +1,16 @@
|
|||
_gitname=morituri-whatcd
|
||||
_gituser=supermanvelo
|
||||
pkgname=$_gitname-git
|
||||
pkgver=23.97dfae8
|
||||
pkgrel=1
|
||||
pkgdesc='morituri logger meant for What.CD submissions'
|
||||
arch=('any')
|
||||
url='https://github.com/supermanvelo/morituri-whatcd'
|
||||
url="https://github.com/${_gituser}/${_gitname}"
|
||||
license=('GPL3')
|
||||
depends=('morituri' 'python2')
|
||||
makedepends=('git' 'python2-setuptools')
|
||||
provides=('morituri-whatcd')
|
||||
source=('git+https://github.com/supermanvelo/morituri-whatcd.git')
|
||||
source=("git+https://github.com/${_gituser}/${_gitname}.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue