Skip to content

Commit 76de12c

Browse files
committed
hashdist: Add easylogging++ package.
1 parent fdd6edf commit 76de12c

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

Comments
 (0)