2026-01-06 21:06:57 +01:00

20 lines
628 B
Plaintext

maintainer="Achill Gilgenast <achill@achill.org>"
pkgname=coldbrew
pkgver=1.0
pkgrel=0
pkgdesc="Brew-style package manager with Alpine Linux aports"
url="https://gitlab.postmarketos.org/postmarketOS/coldbrew"
arch="noarch"
license="GPL-3.0-only"
depends="bubblewrap"
source="https://gitlab.postmarketos.org/postmarketOS/coldbrew/-/archive/$pkgver/coldbrew-$pkgver.tar.gz"
options="!check" # no tests
package() {
install -Dm755 coldbrew -t "$pkgdir"/usr/bin/
}
sha512sums="
511ce3d53e481c7393157bb0bc635d126648c413a57d5e274e26e3f2c83d20b3f455a836fc0c3fe4e1f89f37ee04c23fe02f3a098cc45c65a1287e180f02fe01 coldbrew-1.0.tar.gz
"