mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/ec-utils to 1.9.0-1
This commit is contained in:
parent
64c79a5d77
commit
385393ae8f
1 changed files with 2 additions and 7 deletions
|
@ -3,20 +3,15 @@
|
||||||
buildarch=4
|
buildarch=4
|
||||||
|
|
||||||
pkgname=ec-utils
|
pkgname=ec-utils
|
||||||
pkgver=r5005.cef3984
|
pkgver=1.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Chromium OS Embedded Controller utilities"
|
pkgdesc="Chromium OS Embedded Controller utilities"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
makedepends=('git' 'inetutils')
|
makedepends=('git' 'inetutils')
|
||||||
license=('custom:chromiumos')
|
license=('custom:chromiumos')
|
||||||
source=("git+https://chromium.googlesource.com/chromiumos/platform/ec")
|
source=("git+https://chromium.googlesource.com/chromiumos/platform/ec#tag=v${pkgver}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd ec
|
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
|
||||||
}
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ec
|
cd ec
|
||||||
sed -i 's/ccache //g' Makefile.toolchain
|
sed -i 's/ccache //g' Makefile.toolchain
|
||||||
|
|
Loading…
Reference in a new issue