summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dff4201158c366448c8142dc1b93267d74b860fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>

pkgname=fossilize
pkgver=0
pkgrel=1
pkgdesc="Library and Vulkan layer for serializing various persistent Vulkan objects which typically end up in hashmaps"
arch=(x86_64)
url="https://github.com/ValveSoftware/Fossilize"
license=(MIT)
depends=(fossilize-git)

package() {
  msg2 ""
  msg2 "---"
  msg2 ""
  msg2 "Fossilize does not have any release, this package was misnamed."
  msg2 "In the mean time, please install \`fossilize-git\` instead."
  msg2 "This package will be updated once Fossilize has its first release."
  msg2 ""
  msg2 "---"
  msg2 ""
  return 1
}