21 lines
703 B
Bash
21 lines
703 B
Bash
# Template file for 'python-axolotl-curve25519'
|
|
pkgname=python-axolotl-curve25519
|
|
version=0.4.1.post2
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
makedepends="python-devel python3-devel"
|
|
short_desc="Python2 curve25519 with ed25519 signatures, used by libaxolotl"
|
|
maintainer="Lon Willett <xgit@lonw.net>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/tgalal/python-axolotl-curve25519"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
|
|
|
|
python3-axolotl-curve25519_package() {
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|