16 lines
533 B
Bash
16 lines
533 B
Bash
# Template file for 'atomix'
|
|
pkgname=atomix
|
|
version=44.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="glib-devel itstool pkg-config gettext"
|
|
makedepends="libgnome-games-support-devel"
|
|
short_desc="GNOME puzzle game where you build molecules"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Apps/Atomix"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=c8849317688d87da734c9063035631052007f2a8799b6c6cc915265880b55fb4
|
|
|
|
CFLAGS="-fcommon"
|