blob: 157005b604ce15d7190c1d85f839ec5b8f9e188d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-valve-parsers
pkgdesc = Some parsers for Valve game files - written in python.
pkgver = 1.2.2
pkgrel = 1
url = https://github.com/cueki/valve-parsers
arch = x86_64
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
depends = python>=3.8
source = git+https://github.com/cueki/valve-parsers#tag=v1.2.2
sha256sums = cf16e01219852879ba4de813c30f2a4c46feb455edb789d3cfc1a2f99d39bccf
pkgname = python-valve-parsers
|