blob: a0cdc2258daeab082715630ca5375ae127c2c849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = cmdcreate
pkgdesc = Easily create and manage your own custom commands
pkgver = 1.3.6
pkgrel = 1
url = https://github.com/owen-debiasio/cmdcreate
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
license = GPL-3.0-or-later
makedepends = cargo
makedepends = git
makedepends = zig
makedepends = cargo-zigbuild
depends = curl
depends = git
depends = less
provides = cmdcreate
conflicts = cmdcreate-git
source = cmdcreate-v1.3.6::git+https://github.com/owen-debiasio/cmdcreate.git#tag=v1.3.6
sha256sums = SKIP
pkgname = cmdcreate
|