mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
537 B
Makefile
13 lines
537 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pyelftools"
|
|
PKG_VERSION="0.32"
|
|
PKG_SHA256="82d0399bce74d162fba75b3568ad47bf48ed2c5e028b72026bdc2f678903de7d"
|
|
PKG_LICENSE="Unlicense"
|
|
PKG_SITE="https://github.com/eliben/pyelftools"
|
|
PKG_URL="https://github.com/eliben/pyelftools/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST="Python3:host setuptools:host"
|
|
PKG_LONGDESC="Library for analyzing ELF files and DWARF debugging information"
|
|
PKG_TOOLCHAIN="python"
|