Skip to content

Commit

Permalink
Initial build for file feedstock
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Feb 8, 2024
1 parent 1c421ff commit 38ad1e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = "5.39" %}

package:
name: {{ name|lower }}
name: file-split
version: {{ version }}

source:
Expand Down Expand Up @@ -46,12 +46,10 @@ outputs:

- name: file
requirements:
build:
- gnuconfig # [unix]
- {{ compiler('c') }}
- make
host:
- zlib # [unix]
# Not needed since no build will happen, but it stop conda-build from complaining
# that libmagic doesn't exist during the DSO analysis.
- {{ pin_subpackage("libmagic", exact=True) }}
run:
- {{ pin_subpackage("libmagic", exact=True) }}
files:
Expand All @@ -75,11 +73,13 @@ outputs:
requires a bit of I/O.
about:
home: http://darwinsys.com/file
home: https://darwinsys.com/file/
summary: Fine Free File Command
license: BSD-2-Clause
license_family: BSD
license_file: COPYING
dev_url: https://github.com/file/file
doc_url: https://darwinsys.com/file/

extra:
recipe-maintainers:
Expand Down

0 comments on commit 38ad1e8

Please sign in to comment.