blob: 795a436f3f892beb1826b36f63ce3604b51b74ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = mmv-c-git
pkgdesc = Rename multiple files with editor like to mmv-go
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/mcauley-penney/mmv-c
arch = i686
arch = x86_64
license = MIT
makedepends = gcc
makedepends = make
provides = mmv
conflicts = mmv
conflicts = mmv-go-git
conflicts = mmv-go-bin-git
conflicts = mmv-c
source = git+https://github.com/mcauley-penney/mmv-c.git
sha256sums = SKIP
pkgname = mmv-c-git
|