8 pname = "libeduvpn-common";
12 url = "https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
13 hash = "sha256-OgcinEeKMDtZj3Tw+7cMsF385ZZTBR/J5dqIihDTlj8=";
20 go build -o libeduvpn-common-${version}.so -buildmode=c-shared -tags=release ./exports
26 install -Dt $out/lib libeduvpn-common-${version}.so
31 changelog = "https://raw.githubusercontent.com/eduvpn/eduvpn-common/${version}/CHANGES.md";
32 description = "Code to be shared between eduVPN clients";
33 homepage = "https://github.com/eduvpn/eduvpn-common";
34 maintainers = with maintainers; [
38 license = licenses.mit;
39 platforms = platforms.linux;