blob: e6dc01992c4a3c62d2f430e3e006cb55502a9f9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = pu-git
pkgdesc = Cross-platform POSIX utilities for development workflows
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/asd-xiv/posix-utils
arch = any
license = MIT
makedepends = git
depends = sh
optdepends = git: for pu-git-has-changed command
optdepends = pacman: for pu-install command on Arch Linux
optdepends = npm: for pu-npm-bundle command
provides = pu
conflicts = pu
source = pu::git+https://github.com/asd-xiv/posix-utils.git
b2sums = SKIP
pkgname = pu-git
|