summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ddb9f78d517eb8ec5a8d335219cfcdfada182559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pkgbase = dicey
	pkgdesc = Quick and dirty IPC library written in C
	pkgver = 0.3.9
	pkgrel = 2
	url = https://github.com/zurutech/dicey
	arch = x86_64
	arch = i686
	arch = aarch64
	license = APACHE
	makedepends = git
	makedepends = cmake
	makedepends = ninja
	makedepends = python
	makedepends = cython
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	source = git+https://github.com/zurutech/dicey.git#tag=0.3.9
	b2sums = SKIP

pkgname = dicey
	depends = gcc-libs
	depends = libxml2
	depends = libuv
	provides = libdicey.so

pkgname = python-dicey
	pkgdesc = Python bindings for the Dicey IPC lib
	depends = dicey
	depends = python-inflection