mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-28 05:50:31 +01:00
Compare commits
59 Commits
9e45a06fec
...
6de158c4bb
| Author | SHA1 | Date | |
|---|---|---|---|
| 6de158c4bb | |||
| 9296e011f9 | |||
| 82f90526b1 | |||
| 29817714e5 | |||
| 04d0bb3d72 | |||
| 2139429dce | |||
| ad80d68893 | |||
| 5c1ae6b6ef | |||
| d98099c935 | |||
| 66cefd15aa | |||
| f59d8a7b96 | |||
| 05bad4fe7a | |||
| e4aae074bf | |||
| 61fad3bd9c | |||
|
|
018c44680a | ||
|
|
ae0cc175ea | ||
|
|
55dc0fb9aa | ||
|
|
0412c276e5 | ||
|
|
4ce5f59351 | ||
|
|
832c582a12 | ||
|
|
aa398d9258 | ||
|
|
0339eae900 | ||
|
|
bca7adceb3 | ||
|
|
d5d202eb39 | ||
|
|
0d321df2dc | ||
|
|
4a1a03dda3 | ||
|
|
918d0832d0 | ||
|
|
6f8200a6fa | ||
|
|
52d776c318 | ||
|
|
8b07b75715 | ||
|
|
be4a0eedeb | ||
| a3a131ab5f | |||
| b4483a3f9d | |||
| 118dc9d392 | |||
| 27c73a7287 | |||
| 0a9459efb0 | |||
| 58145f49f9 | |||
| a62d7c3439 | |||
| 754a44c40a | |||
| 23731611e4 | |||
| 0765662f20 | |||
| 491bff14e5 | |||
|
|
0d45a95608 | ||
|
|
448d441d59 | ||
|
|
2db5f5eea7 | ||
|
|
3119245785 | ||
|
|
36d9d33288 | ||
|
|
3e43fdb595 | ||
|
|
5d0fc02761 | ||
|
|
de7c6ab755 | ||
|
|
b63e165ff5 | ||
|
|
2e3acc2301 | ||
|
|
f372352339 | ||
|
|
c6ae2d488d | ||
|
|
115b81c2c9 | ||
|
|
4e75b21540 | ||
|
|
ac60344818 | ||
|
|
8d67ca7993 | ||
|
|
f0ff630e08 |
36
jekyll/.SRCINFO
Normal file
36
jekyll/.SRCINFO
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
pkgbase = jekyll
|
||||||
|
pkgdesc = A simple, blog aware, static site generator.
|
||||||
|
pkgver = 4.2.1
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/jekyll/jekyll
|
||||||
|
arch = any
|
||||||
|
license = MIT
|
||||||
|
depends = ruby>=2.1.0
|
||||||
|
depends = ruby-addressable>=2.4
|
||||||
|
depends = ruby-colorator>=1.0
|
||||||
|
depends = ruby-jekyll-sass-converter>=2.0
|
||||||
|
depends = ruby-jekyll-watch>=2.0
|
||||||
|
depends = ruby-kramdown>=2.1.0
|
||||||
|
depends = ruby-liquid>=4.0
|
||||||
|
depends = ruby-mercenary>=0.3.3
|
||||||
|
depends = ruby-pathutil>=0.9
|
||||||
|
depends = ruby-rouge>1.7
|
||||||
|
depends = ruby-safe_yaml>=1.0
|
||||||
|
depends = ruby-i18n>=1
|
||||||
|
depends = ruby-em-websocket>=0.5
|
||||||
|
depends = ruby-kramdown-parser-gfm
|
||||||
|
depends = ruby-terminal-table
|
||||||
|
depends = ruby-webrick
|
||||||
|
optdepends = ruby-minima: Default theme for Jekyll
|
||||||
|
optdepends = ruby-jekyll-paginate
|
||||||
|
optdepends = ruby-jekyll-gist
|
||||||
|
optdepends = ruby-jekyll-feed
|
||||||
|
provides = jekyll=4.2.1
|
||||||
|
provides = ruby-jekyll
|
||||||
|
conflicts = ruby-jekyll
|
||||||
|
replaces = ruby-jekyll
|
||||||
|
options = !emptydirs
|
||||||
|
source = jekyll-4.2.1.tar.gz::https://github.com/jekyll/jekyll/archive/v4.2.1.tar.gz
|
||||||
|
sha256sums = 3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7
|
||||||
|
|
||||||
|
pkgname = jekyll
|
||||||
61
jekyll/PKGBUILD
Normal file
61
jekyll/PKGBUILD
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
|
||||||
|
# Co-Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
|
||||||
|
# Co-Maintainer: Bert Peters <bert+aur@bertptrs.nl>
|
||||||
|
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
|
||||||
|
|
||||||
|
_gemname=jekyll
|
||||||
|
pkgname=$_gemname
|
||||||
|
pkgver=4.2.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='A simple, blog aware, static site generator.'
|
||||||
|
arch=('any')
|
||||||
|
url='https://github.com/jekyll/jekyll'
|
||||||
|
license=('MIT')
|
||||||
|
depends=('ruby>=2.1.0'
|
||||||
|
'ruby-addressable>=2.4'
|
||||||
|
'ruby-colorator>=1.0'
|
||||||
|
'ruby-jekyll-sass-converter>=2.0'
|
||||||
|
'ruby-jekyll-watch>=2.0'
|
||||||
|
'ruby-kramdown>=2.1.0'
|
||||||
|
'ruby-liquid>=4.0'
|
||||||
|
'ruby-mercenary>=0.3.3'
|
||||||
|
'ruby-pathutil>=0.9'
|
||||||
|
'ruby-rouge>1.7'
|
||||||
|
'ruby-safe_yaml>=1.0'
|
||||||
|
'ruby-i18n>=1'
|
||||||
|
'ruby-em-websocket>=0.5'
|
||||||
|
'ruby-kramdown-parser-gfm'
|
||||||
|
'ruby-terminal-table'
|
||||||
|
'ruby-webrick'
|
||||||
|
)
|
||||||
|
optdepends=(
|
||||||
|
'ruby-minima: Default theme for Jekyll'
|
||||||
|
'ruby-jekyll-paginate'
|
||||||
|
'ruby-jekyll-gist'
|
||||||
|
'ruby-jekyll-feed'
|
||||||
|
)
|
||||||
|
provides=("$pkgname=$pkgver" "ruby-jekyll")
|
||||||
|
conflicts=('ruby-jekyll')
|
||||||
|
replaces=('ruby-jekyll')
|
||||||
|
options=(!emptydirs)
|
||||||
|
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll/archive/v${pkgver}.tar.gz)
|
||||||
|
sha256sums=('3413623a27709877f5850f7991b6318d0a3d15960c84ac1b2fee4e7d3e72ccd7')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd ${_gemname}-${pkgver}
|
||||||
|
sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
|
||||||
|
sed 's|git ls-files|find -type f\|sed "s,\\\\./,,g"|' -i ${_gemname}.gemspec
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd ${_gemname}-${pkgver}
|
||||||
|
gem build ${_gemname}.gemspec
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd ${_gemname}-${pkgver}
|
||||||
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
|
||||||
|
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
|
||||||
|
install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-pydicom
|
pkgbase = python-pydicom
|
||||||
pkgdesc = Pure python package for working with DICOM files
|
pkgdesc = Pure python package for working with DICOM files
|
||||||
pkgver = 2.2.1
|
pkgver = 2.2.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pydicom.github.io/pydicom/stable/index.html
|
url = https://pydicom.github.io/pydicom/stable/index.html
|
||||||
arch = any
|
arch = any
|
||||||
@@ -15,7 +15,7 @@ pkgbase = python-pydicom
|
|||||||
optdepends = python-pylibjpeg: for working with compressed JPEG images
|
optdepends = python-pylibjpeg: for working with compressed JPEG images
|
||||||
optdepends = python-pylibjpeg-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images
|
optdepends = python-pylibjpeg-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images
|
||||||
optdepends = python-pylibjpeg-rle: for working with compressed RLE images
|
optdepends = python-pylibjpeg-rle: for working with compressed RLE images
|
||||||
source = python-pydicom-2.2.1.tar.gz::https://github.com/pydicom/pydicom/archive/v2.2.1.tar.gz
|
source = python-pydicom-2.2.2.tar.gz::https://github.com/pydicom/pydicom/archive/v2.2.2.tar.gz
|
||||||
md5sums = a824ae16e9d2f6b96b2e012ce47c90c8
|
md5sums = 33644a1eb9fa14b81011403814801fa1
|
||||||
|
|
||||||
pkgname = python-pydicom
|
pkgname = python-pydicom
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: wedjat <wedjat@protonmail.com>
|
# Contributor: wedjat <wedjat@protonmail.com>
|
||||||
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
||||||
pkgname=python-pydicom
|
pkgname=python-pydicom
|
||||||
pkgver=2.2.1
|
pkgver=2.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Pure python package for working with DICOM files"
|
pkgdesc="Pure python package for working with DICOM files"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@@ -19,7 +19,7 @@ optdepends=('python-numpy: for working with pixel data'
|
|||||||
)
|
)
|
||||||
checkdepends=('python-pytest')
|
checkdepends=('python-pytest')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('a824ae16e9d2f6b96b2e012ce47c90c8')
|
md5sums=('33644a1eb9fa14b81011403814801fa1')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user