Deleted package: unvpk

This commit is contained in:
2022-03-23 17:46:01 +01:00
parent 4e4292569e
commit ce41281322
2 changed files with 0 additions and 49 deletions

View File

@@ -1,18 +0,0 @@
pkgbase = unvpk-git
pkgdesc = Extract Valve VPK archives
pkgver = r108.1f1f44f
pkgrel = 1
url = https://github.com/panzi/unvpk
arch = x86_64
license = LGPL
makedepends = git
makedepends = cmake
makedepends = boost
depends = fuse
depends = boost-libs
provides = unvpk
conflicts = unvpk
source = unvpk::git+https://github.com/panzi/unvpk.git
b2sums = SKIP
pkgname = unvpk-git

View File

@@ -1,31 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
pkgname=unvpk-git
pkgver=r108.1f1f44f
pkgrel=1
pkgdesc="Extract Valve VPK archives"
arch=('x86_64')
url="https://github.com/panzi/unvpk"
license=('LGPL')
depends=('fuse' 'boost-libs')
makedepends=('git' 'cmake' 'boost')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("unvpk::git+https://github.com/panzi/unvpk.git")
b2sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev -DCMAKE_BUILD_TYPE='None' -S "unvpk"
make -C build
}
package() {
# cd "$srcdir/${pkgname%-git}"
make -C build DESTDIR="$pkgdir" install
}