[lilac] updated to 1.3.2.r28.g1383b83-2
This commit is contained in:
parent
6b9d0eb1ad
commit
2977af9b01
4
.SRCINFO
4
.SRCINFO
@ -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
|
||||
|
11
PKGBUILD
11
PKGBUILD
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user