[lilac] updated to 1.3.2.r28.g1383b83-2

This commit is contained in:
taotieren 2024-02-04 18:01:00 +08:00
parent 6b9d0eb1ad
commit 2977af9b01
2 changed files with 12 additions and 3 deletions

View File

@ -1,9 +1,11 @@
pkgbase = xfel-git
pkgdesc = Tiny FEL tools for allwinner SOC, support RISC-V D1 chip.
pkgver = 1.3.2.r28.g1383b83
pkgrel = 1
pkgrel = 2
url = https://github.com/xboot/xfel
arch = x86_64
arch = aarch64
arch = riscv64
license = MIT
makedepends = git
makedepends = gcc

View File

@ -2,9 +2,11 @@
pkgname=xfel-git
pkgver=1.3.2.r28.g1383b83
pkgrel=1
pkgrel=2
pkgdesc="Tiny FEL tools for allwinner SOC, support RISC-V D1 chip."
arch=('x86_64')
arch=(x86_64
aarch64
riscv64)
url="https://github.com/xboot/xfel"
license=('MIT')
provides=(${pkgname%-git})
@ -19,6 +21,11 @@ pkgver() {
git describe --long --tags | sed 's/^v//g' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare()
{
git -C "${srcdir}/${pkgname%-git}" clean -dfx
}
build() {
cd "${srcdir}/${pkgname%-git}"
make