mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Compare commits
13 Commits
5b6dd89d27
...
c3912014e0
| Author | SHA1 | Date | |
|---|---|---|---|
| c3912014e0 | |||
| 8d0524a979 | |||
| 59098fa1df | |||
| fa9bc4938a | |||
| 9187b774e5 | |||
| c6941cabbd | |||
| d59192ed43 | |||
| ddc0d7b2c4 | |||
| d92a3c7c04 | |||
| 2a3ddb4e76 | |||
|
|
d561f6facc | ||
|
|
6472bf098c | ||
|
|
884226509e |
@@ -1,7 +1,7 @@
|
||||
pkgbase = python-plotly
|
||||
pkgdesc = An open-source, interactive graphing library
|
||||
pkgver = 5.8.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/plotly/plotly.py
|
||||
arch = any
|
||||
license = MIT
|
||||
@@ -20,6 +20,6 @@ pkgbase = python-plotly
|
||||
optdepends = python-pillow
|
||||
optdepends = python-scipy
|
||||
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
|
||||
sha256sums = cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46
|
||||
sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e
|
||||
|
||||
pkgname = python-plotly
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-plotly
|
||||
pkgver=5.8.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An open-source, interactive graphing library"
|
||||
url="https://github.com/plotly/plotly.py"
|
||||
depends=(python
|
||||
@@ -25,7 +25,7 @@ npm)
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46')
|
||||
sha256sums=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e')
|
||||
|
||||
build() {
|
||||
cd plotly.py-${pkgver}/packages/python/plotly
|
||||
|
||||
18
trang/.SRCINFO
Normal file
18
trang/.SRCINFO
Normal file
@@ -0,0 +1,18 @@
|
||||
pkgbase = trang
|
||||
pkgdesc = Converts between different schema languages for XML
|
||||
pkgver = 20220510
|
||||
pkgrel = 1
|
||||
url = https://github.com/relaxng/jing-trang
|
||||
arch = any
|
||||
license = custom
|
||||
depends = java-runtime
|
||||
depends = bash
|
||||
source = https://github.com/relaxng/jing-trang/releases/download/V20220510/trang-20220510.zip
|
||||
source = https://github.com/relaxng/jing-trang/releases/download/V20220510/trang-20220510.zip.asc
|
||||
source = trang
|
||||
validpgpkeys = D4875856415E63964D87445187D17477BC3A4B95
|
||||
sha1sums = 386d43b5c141c27bcc3bd44ccb91fe209aedaa16
|
||||
sha1sums = SKIP
|
||||
sha1sums = 12e0dc12ff808162eb8bcedde3b55b3e5ea4119a
|
||||
|
||||
pkgname = trang
|
||||
31
trang/PKGBUILD
Normal file
31
trang/PKGBUILD
Normal file
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
# Previously: Jonathan Schaeffer <Joschaeffer@gmail.com>
|
||||
|
||||
pkgname=trang
|
||||
_pkgname=jing-trang
|
||||
pkgver=20220510
|
||||
pkgrel=1
|
||||
pkgdesc="Converts between different schema languages for XML"
|
||||
url="https://github.com/relaxng/jing-trang"
|
||||
arch=('any')
|
||||
license=('custom')
|
||||
depends=(java-runtime bash)
|
||||
validpgpkeys=('D4875856415E63964D87445187D17477BC3A4B95')
|
||||
source=(
|
||||
"https://github.com/relaxng/${_pkgname}/releases/download/V${pkgver}/${pkgname}-${pkgver}.zip"{,.asc}
|
||||
trang
|
||||
)
|
||||
|
||||
# Upstream provides sha1sums, so that's what we use.
|
||||
sha1sums=('386d43b5c141c27bcc3bd44ccb91fe209aedaa16'
|
||||
'SKIP'
|
||||
'12e0dc12ff808162eb8bcedde3b55b3e5ea4119a')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
|
||||
install -D -m644 trang.jar "${pkgdir}/usr/share/java/${pkgname}/trang.jar"
|
||||
install -D -m644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -D -m644 trang-manual.html "${pkgdir}/usr/share/doc/${pkgname}/trang-manual.html"
|
||||
install -D -m755 "${srcdir}/trang" "${pkgdir}/usr/bin/trang"
|
||||
}
|
||||
15
trang/trang
Normal file
15
trang/trang
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "classpath" ]
|
||||
then
|
||||
CLASSPATH="$2"
|
||||
shift 2
|
||||
fi
|
||||
|
||||
JAVACLASSES=/usr/share/java/trang
|
||||
CLASSPATH="${CLASSPATH:-.}:$JAVACLASSES/trang.jar"
|
||||
|
||||
export CLASSPATH
|
||||
|
||||
exec java com.thaiopensource.relaxng.translate.Driver "$@"
|
||||
|
||||
Reference in New Issue
Block a user