mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
bea1f50623
This commit has been automatically submitted by Github Actions.
10 lines
460 B
Bash
10 lines
460 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/ebiggers/libdeflate
|
|
TERMUX_PKG_DESCRIPTION="C library for fast compression and decompression"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.22"
|
|
TERMUX_PKG_SRCURL=https://github.com/ebiggers/libdeflate/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=7f343c7bf2ba46e774d8a632bf073235e1fd27723ef0a12a90f8947b7fe851d6
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_FORCE_CMAKE=true
|