blob: 635ad5c8497a2b722840bdcbbd3c2b6b26f3826e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = fakepkg-git
pkgdesc = Tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache
pkgver = v1.42.0
pkgrel = 1
url = https://github.com/Edenhofer/fakepkg
arch = any
license = AGPL3
makedepends = git
depends = bash>=4.2
depends = pacman
depends = tar
depends = gzip
depends = sed
depends = awk
provides = fakepkg
conflicts = fakepkg
source = fakepkg::git+https://gitlab.archlinux.org/tallero/fakepkg
sha256sums = SKIP
pkgname = fakepkg-git
|