blob: 99dadaadd1ab048846817051c92e2e25b10df80e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = bsdcoreutils-git
pkgdesc = Port of OpenBSD & NetBSD coreutils to Linux by DiegoMagdaleno.
pkgver = v6.7.r2
pkgrel = 1
url = https://github.com/DiegoMagdaleno/BSDCoreUtils
arch = x86_64
license = ISC
makedepends = git
makedepends = cmake
makedepends = make
makedepends = byacc
depends = glibc
depends = openssl
depends = libbsd
depends = man-db
source = git+https://github.com/DiegoMagdaleno/BSDCoreUtils.git
sha256sums = SKIP
pkgname = bsdcoreutils-git
|