1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 05:20:32 +01:00

Compare commits

..

6 Commits

13 changed files with 20 additions and 65 deletions

View File

@@ -1,13 +0,0 @@
pkgbase = migrant
pkgdesc = Basic database migration manager powered by migrant_lib
pkgver = 0.14.0
pkgrel = 1
url = https://github.com/jaemk/migrant
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
source = git+https://github.com/jaemk/migrant#commit=846bfd7a5e2e52df92ce619246d4a1331ec5d515
md5sums = SKIP
pkgname = migrant

View File

@@ -1,37 +0,0 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=migrant
pkgver=0.14.0
pkgrel=1
pkgdesc="Basic database migration manager powered by migrant_lib"
arch=('x86_64')
url="https://github.com/jaemk/migrant"
license=('MIT')
# Uses native rust implementations of DB APIs
depends=()
makedepends=('cargo' 'git')
source=("git+https://github.com/jaemk/migrant#commit=846bfd7a5e2e52df92ce619246d4a1331ec5d515")
md5sums=('SKIP') # No checksums, git source
prepare() {
cd "$pkgname"
cargo fetch --locked
}
build() {
cd "$pkgname"
cargo build --locked --offline --release --features "postgres sqlite mysql"
}
# No tests included, so no check step
# check() {
# cd "$pkgname"
# cargo test
# }
package() {
cd "$pkgname"
install -Dm755 -t "$pkgdir/usr/bin" target/release/migrant
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE" LICENSE
}

View File

@@ -9,6 +9,6 @@ pkgbase = netctl2iwd
makedepends = cargo
depends = gcc-libs
source = netctl2iwd-0.1.2.tar.gz::https://github.com/bertptrs/netctl2iwd/archive/v0.1.2.tar.gz
md5sums = dcbff31d50a3731ce19a3c81e6568706
sha256sums = 479e7e0d8776def17eddd1b5873400589d99a8330f08ed058190009cf8619339
pkgname = netctl2iwd

View File

@@ -10,7 +10,7 @@ depends=(gcc-libs)
makedepends=(cargo)
checkdepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://github.com/bertptrs/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('dcbff31d50a3731ce19a3c81e6568706')
sha256sums=('479e7e0d8776def17eddd1b5873400589d99a8330f08ed058190009cf8619339')
build() {
cd "$pkgname-$pkgver"

View File

@@ -10,6 +10,6 @@ pkgbase = nodejs-node-pre-gyp
depends = nodejs
noextract = node-pre-gyp-1.0.11.tgz
source = https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz
sha1sums = 417db42b7f5323d79e93b34a6d7a2a12c0df43fa
sha256sums = 86ae4b7e855ff0bbe7d023570595ba901d0087316659343dd1438f8aed016c24
pkgname = nodejs-node-pre-gyp

View File

@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/@mapbox/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=("$_npmname-$pkgver.tgz")
sha1sums=('417db42b7f5323d79e93b34a6d7a2a12c0df43fa')
sha256sums=('86ae4b7e855ff0bbe7d023570595ba901d0087316659343dd1438f8aed016c24')
package() {
npm install -g --prefix "$pkgdir/usr" "$_npmname-$pkgver.tgz"

View File

@@ -20,7 +20,7 @@ pkgbase = python-pydicom
optdepends = python-pylibjpeg-rle: for working with compressed RLE images
source = python-pydicom-2.4.4.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.4.tar.gz
source = pillow-10.1.patch
md5sums = 748bfd7ad12373675c9df4e088f38dd1
md5sums = 837949b3e4505c3fee9c43e8d5665251
sha256sums = 42c06ed74331174111dd42c89db774a13fc472abe18015f22c5aba80cddb7843
sha256sums = 72aa784588b8f8d07142d130e755f223827d9e143e8ba07bc2276b5b0cca7633
pkgname = python-pydicom

View File

@@ -20,8 +20,8 @@ optdepends=('python-numpy: for working with pixel data'
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz"
"pillow-10.1.patch")
md5sums=('748bfd7ad12373675c9df4e088f38dd1'
'837949b3e4505c3fee9c43e8d5665251')
sha256sums=('42c06ed74331174111dd42c89db774a13fc472abe18015f22c5aba80cddb7843'
'72aa784588b8f8d07142d130e755f223827d9e143e8ba07bc2276b5b0cca7633')
prepare()
{

View File

@@ -9,6 +9,6 @@ pkgbase = ruby-terminal-table
depends = ruby-unicode-display_width>=1.1.1
options = !emptydirs
source = ruby-terminal-table-3.0.2.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.2.tar.gz
sha1sums = b8ccfd06e6a990b66b06802e97ef8d7282dac5f2
sha256sums = 817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6
pkgname = ruby-terminal-table

View File

@@ -15,7 +15,7 @@ depends=(
)
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
sha1sums=('b8ccfd06e6a990b66b06802e97ef8d7282dac5f2')
sha256sums=('817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6')
prepare() {
cd ${_gemname}-${pkgver}

View File

@@ -1,6 +1,6 @@
pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 3.9.1
pkgver = 3.9.2
pkgrel = 1
epoch = 1
url = https://github.com/simdjson/simdjson
@@ -8,7 +8,7 @@ pkgbase = simdjson
license = Apache-2.0
makedepends = cmake
depends = gcc-libs
source = simdjson-3.9.1.tar.gz::https://github.com/simdjson/simdjson/archive/v3.9.1.tar.gz
sha256sums = a4b6e7cd83176e0ccb107ce38521da40a8df41c2d3c90566f2a0af05b0cd05c4
source = simdjson-3.9.2.tar.gz::https://github.com/simdjson/simdjson/archive/v3.9.2.tar.gz
sha256sums = 79fbe700f4ac3dd69c4f08275af58399daabd612bca0c0465aea959c60256651
pkgname = simdjson

5
simdjson/.nvchecker.toml Normal file
View File

@@ -0,0 +1,5 @@
[simdjson]
source = "github"
github = "lemire/simdjson"
prefix = "v"
use_latest_release = true

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
epoch=1
pkgver=3.9.1
pkgver=3.9.2
pkgrel=1
pkgdesc="A C++ library to see how fast we can parse JSON with complete validation."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=(gcc-libs)
makedepends=(cmake)
source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('a4b6e7cd83176e0ccb107ce38521da40a8df41c2d3c90566f2a0af05b0cd05c4')
sha256sums=('79fbe700f4ac3dd69c4f08275af58399daabd612bca0c0465aea959c60256651')
build() {
cmake -B build -S "$pkgname-$pkgver" \