mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
11 lines
542 B
Bash
11 lines
542 B
Bash
TERMUX_PKG_HOMEPAGE=https://alembic.io
|
|
TERMUX_PKG_DESCRIPTION="A framework for sharing scene data that includes a C++ lib, a file format and client plugin"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause, BSL-1.0"
|
|
TERMUX_PKG_LICENSE_FILE="LICENSE.txt"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.8.7"
|
|
TERMUX_PKG_SRCURL=https://github.com/alembic/alembic/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=6de0b97cd14dcfb7b2d0d788c951b6da3c5b336c47322ea881d64f18575c33da
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="imath, libc++"
|