summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dbb2d89ee0e3ef405a02cc8ea277515894d036b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>

pkgname=fakepkg
pkgver=1.21.2
pkgrel=1
pkgdesc="A 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."
arch=('any')
license=('GPL2')
url="https://github.com/Edenhofer/bin"
depends=('bash>=4.2' 'pacman' 'tar' 'gzip' 'parallel')
source=("https://raw.githubusercontent.com/Edenhofer/bin/master/fakepkg")
md5sums=('SKIP')

package() {
    cd "${srcdir}"

    install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}