15 lines
585 B
Bash
15 lines
585 B
Bash
# Template file for 'python3-axolotl'
|
|
pkgname=python3-axolotl
|
|
_pkgname=${pkgname/3/}
|
|
version=0.2.3
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
|
|
short_desc="Python3 port of libaxolotl-android written by Moxie Marlinspike"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/tgalal/python-axolotl"
|
|
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
|
checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
|