blob: 2c93f1160e3d397d4664dd0a2a7c98669f8d5b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = nsisbi-ext
pkgdesc = Extract files from NSIS installers created with the NSISBI format (i.e. can not be extracted with 7zip).
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/kmod-midori/unity-nsisbi-ext
arch = i686
arch = pentium4
arch = x86_64
arch = arm
arch = armv7h
arch = armv6h
arch = aarch64
arch = riscv64
license = MIT
makedepends = git
makedepends = cargo
depends = gcc-libs
depends = glibc
source = nsisbi-ext-git::git+https://github.com/kmod-midori/unity-nsisbi-ext.git
sha256sums = SKIP
pkgname = nsisbi-ext
|