mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
fifechan: 0.1.4
This commit is contained in:
parent
32df0962c1
commit
9729f7882d
27
fifechan/PKGBUILD
Normal file
27
fifechan/PKGBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributions from AUR: https://aur.archlinux.org/packages/fifechan/
|
||||
|
||||
pkgname=fifechan
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A C++ GUI library designed for games. It comes with a standard set of 'widgets'."
|
||||
arch=(any)
|
||||
url="http://fifengine.github.io/fifechan/"
|
||||
license=('LGPL2.1')
|
||||
depends=('sdl2_image' 'allegro4' 'libgl' 'glut')
|
||||
makedepends=('cmake' 'make')
|
||||
provides=('fifechan-git')
|
||||
replaces=('fifechan-git')
|
||||
conflicts=('fifechan-git')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fifengine/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('d52833c6c6fdb216f20dc572ad9427d868e1dff58ec1d7f5b0f4d12ea9baef4799399054cead0780fd7dee2eb8c5fdf2c9ccd25965c6522b8bdd12309919a13d')
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
mkdir -p build && cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user