blob: e6b5fb9719181e863ce74cc332adc7c9937677d8 (
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
|
pkgbase = libblake
pkgdesc = Library for the BLAKE-family of hashing functions
pkgver = 3.0.2
pkgrel = 1
url = https://codeberg.org/maandree/libblake
arch = i686
arch = x86_64
arch = aarch64
license = custom:ISC
checkdepends = glibc
checkdepends = musl
makedepends = glibc
makedepends = musl
makedepends = gcc
source = libblake-3.0.2.tar.gz::https://codeberg.org/maandree/libblake/archive/3.0.2.tar.gz
sha256sums = 6eed8a37b78e99d24f18e3779533edbfc236b36ab8cbe9d97463986e9ac02adf
pkgname = libblake
pkgdesc = Library for the BLAKE-family of hashing functions
depends = glibc
pkgname = libblake-musl
pkgdesc = Library for the BLAKE-family of hashing functions (musl version)
depends = musl
|