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