We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd6edf commit 76de12cCopy full SHA for 76de12c
tools/hashdist/pkgs/easylogging.yaml
@@ -0,0 +1,12 @@
1
+extends: [base_package]
2
+
3
+sources:
4
+- key: zip:dy4xizoferpseti6ooa7czlbf3irm574
5
+ url: https://github.com/easylogging/easyloggingpp/releases/download/v9.77/easyloggingpp_v9.77.zip
6
7
+build_stages:
8
+- name: install
9
+ handler: bash
10
+ bash: |
11
+ mkdir ${ARTIFACT}/include
12
+ cp easylogging++.h ${ARTIFACT}/include
0 commit comments