mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
See https://github.com/termux/libandroid-shmem/releases/tag/v0.6 and https://github.com/termux/libandroid-shmem/releases/tag/v0.7
11 lines
539 B
Bash
11 lines
539 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/termux/libandroid-shmem
|
|
TERMUX_PKG_DESCRIPTION="System V shared memory emulation on Android using ashmem"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.7
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/libandroid-shmem/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=1e5ff8459bc0a8c229dd8a94b27d119987e09ef3414331c2b5ebfff20b98e867
|
|
TERMUX_PKG_BREAKS="libandroid-shmem-dev"
|
|
TERMUX_PKG_REPLACES="libandroid-shmem-dev"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|