blob: 6e4a9a2809dda664931b6532f9c890a2d6a1e1bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = libtcod
pkgdesc = Roguelike graphics/utility library
pkgver = 2.2.2
pkgrel = 1
url = https://github.com/libtcod/libtcod
changelog = CHANGELOG.md
arch = x86_64
license = BSD
makedepends = cmake
depends = sdl3
depends = zlib
provides = libtcod.so
source = https://github.com/libtcod/libtcod/archive/refs/tags/2.2.2.tar.gz
source = 001-fix-install-config-pt1.patch
sha256sums = 69f30fe65df1c84049a8f4f4b1ea0894191221da3a671be61832e33e75df898e
sha256sums = 03535c88457c50fb8fc18193c7473a8bb91e9217d94792fd27ebe866bf242e3b
pkgname = libtcod
|