blob: a266552896cacc0486e51a9e70e39c85cfdd1724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = libkqueue
pkgdesc = userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based
pkgver = 2.6.2
pkgrel = 1
url = https://github.com/mheily/libkqueue
arch = i686
arch = x86_64
license = BSD
makedepends = cmake
depends = glibc
options = !libtool
source = https://github.com/mheily/libkqueue/archive/v2.6.2.tar.gz
sha256sums = c3502d918ad167957302314b6d97e14052beabc5f5698ea76d0527878900d300
pkgname = libkqueue
|