20 lines
610 B
Bash
20 lines
610 B
Bash
# Template file for 'python3-arxiv2bib'
|
|
pkgname=python3-arxiv2bib
|
|
version=1.0.8
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Python3 package for getting arXiv data in BibTeX"
|
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://nathangrigg.github.io/arxiv2bib"
|
|
distfiles="${PYPI_SITE}/a/arxiv2bib/arxiv2bib-${version}.tar.gz"
|
|
checksum=137608ed8aa4da6594350152964b9b0f46c6efcb07f8a4dfd50309c968b647a8
|
|
conflicts="python-arxiv2bib>=0"
|
|
|
|
post_install() {
|
|
sed -n '3,28p' arxiv2bib.py > LICENSE
|
|
vlicense LICENSE
|
|
}
|