Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
[WIP] openjdk: Added
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Oct 19, 2016
1 parent 3f4e593 commit 77b8f17
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openjdk/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

bash ./get_source.sh
19 changes: 19 additions & 0 deletions openjdk/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{% set version = '8' %}

package:
name: openjdk
version: {{ version }}

source:
hg_url: http://hg.openjdk.java.net/jdk8/jdk8

build:
number: 0
skip: True # [win or osx]

requirements:
build:
- gcc
- mercurial
run:
- libgcc

0 comments on commit 77b8f17

Please sign in to comment.