19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-smmap'
|
|
pkgname=python3-smmap
|
|
version=5.0.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Sliding memory map manager (Python3)"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/gitpython-developers/smmap"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=265a54c1cc32742ac37204396f62680bf45295fe03a4ece82f9e63a5a08c9686
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|