Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add lib libzip-dev
Browse files Browse the repository at this point in the history
This is libzip, a C library for reading, creating, and modifying zip and zip64 archives.

Log: add lib libzip-dev
  • Loading branch information
lzmhc committed May 11, 2024
1 parent ceda2d7 commit 11165ab
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions libzip-dev/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
id: libzip-dev
name: libzip-dev
version: 1.7.3.1
kind: lib
description: |
This is libzip a C library for reading, creating, and modifying zip and zip64 archives.
base:
id: org.deepin.base
version: 23.0.0

source:
kind: git
url: "https://github.com/mhc2910463910/libzip-dev.git"
commit: 414fd6dbb06778dda6fdd11618881007cd6492d3

build:
kind: cmake
manual:
configure: |
cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_INSTALL_LIBDIR=${PREFIX}/lib/${TRIPLET}
build: |
make ${jobs}
install: |
make ${jobs} DESTDIR=${dest_dir} install

0 comments on commit 11165ab

Please sign in to comment.