You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
385 B

#!/bin/bash
pkgname=sbase
pkgver=1.11.0
pkgrel=1
pkgdesc="suckless unix tools."
arch=(x86_64)
url="https://git.suckless.org/sbase"
license=(MIT)
groups=()
depends=()
source=(
"${url}/archive/refs/tags/v${pkgver}.tar.gz"
)
sha256sums=(
"3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6"
)
unpacked_dir="${srcdir}/${pkgname}-${pkgver}"
build() {
}
package() {
}