We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95416a1 + 1d7bf84 commit 81ec45bCopy full SHA for 81ec45b
1 file changed
pkgs/form.yaml
@@ -0,0 +1,16 @@
1
+extends: [autotools_package]
2
+
3
+dependencies:
4
+ build: [autoconf, automake, zlib, gmp]
5
6
+sources:
7
+- key: git:5275487cb3e4bc6897029e06b5c172eb7be715b4
8
+ url: https://github.com/vermaseren/form.git
9
10
+build_stages:
11
+- name: create_configure
12
+ after: prologue
13
+ before: configure
14
+ handler: bash
15
+ bash: |
16
+ autoreconf -i
0 commit comments