blob: 6407466ef266be925f762391e7576e0909b1ebb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Maintainer: Yann Büchau <nobodyinperson@posteo.de>
pkgname=python-matplotlib-pickled-figure-opener
pkgver=1.3.0
pkgrel=1
epoch=
pkgdesc="Open pickled matplotlib figures from file managers"
arch=('any')
url=
license=('GPL')
groups=('nobodyinperson')
depends=(python-matplotlib python-zstandard)
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("${pkgname}" "${pkgname}.desktop" "${pkgname}.xml")
noextract=()
validpgpkeys=()
package() {
install -m755 -D "${pkgname}" -t "$pkgdir"/usr/bin
install -m644 -D "${pkgname}.desktop" -t "$pkgdir"/usr/share/applications
install -m644 -D "${pkgname}.xml" -t "$pkgdir"/usr/share/mime/packages
}
md5sums=('24838f8de8b2d34c3dc36c5301f8a119'
'663c6999a1cce1dd2fb23f4e1defabd4'
'8dd5e9f5aa162fe94580a74191f38c55')
|