aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/musl-fts.az
blob: ea5b055eb94dc1c0af9eec83878bde17f468ceee (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
package musl-fts {
	description = "implementation of fts(3) functions which are missing in musl libc";
	website = "https://github.com/void-linux/musl-fts";
	anitya = 26980;

	version# = "1.2.7";
	source = remoteGitHub {
		suffix = "void-linux/musl-fts";
		tag = "v"+version;
		checksum = "N_p_ZApX3eHt7xoDCw1hLf6XdJOw7ZSx7xPvpvAP0knG2zgU0zeN5w8tt5Pg60XJ";
	};

	env = [
		"CC=cc -fPIC",
	];

	exec = make {
		generate = "./bootstrap.sh";
	};

	inputs = [
		automake,
		libtool,
		pkg-config,
	];
}