blob: 18bacf37d04b764febd6587031598ab95fa4505e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = cross-install
pkgdesc = POSIX-complient cross-platform install command
pkgver = 1.1.0
pkgrel = 1
url = https://git.stefanwimmer128.eu/stefanwimmer128/cross-install
arch = any
license = MPL2
makedepends = git
makedepends = shellcheck
makedepends = getoptions
makedepends = moreutils
depends = sh
source = cross-install::git+https://git.stefanwimmer128.eu/stefanwimmer128/cross-install.git#tag=v1.1.0
sha256sums = SKIP
pkgname = cross-install
|