Skip to content

Commit 81ec45b

Browse files
committed
Merge pull request #619 from hashdist/form
Add the FORM package
2 parents 95416a1 + 1d7bf84 commit 81ec45b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pkgs/form.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)