heimdall: update homepage, fix xlint, orphan
This commit is contained in:
parent
1facbfcf9c
commit
cb65ec9a7b
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'heimdall'
|
# Template file for 'heimdall'
|
||||||
pkgname=heimdall
|
pkgname=heimdall
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=1
|
revision=2
|
||||||
|
wrksrc="Heimdall-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Tool suite used to flash firmware onto Samsung Galaxy S devices"
|
|
||||||
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/Benjamin-Dobell/Heimdall"
|
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8
|
|
||||||
wrksrc="Heimdall-${version}"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel qt5-devel"
|
makedepends="libusb-devel qt5-devel"
|
||||||
|
short_desc="Tool suite used to flash firmware onto Samsung Galaxy S devices"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://gitlab.com/BenjaminDobell/Heimdall"
|
||||||
|
distfiles="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${version}/Heimdall-v${version}.tar.bz2"
|
||||||
|
checksum=2de553496fff1441a3e917b3da9e862192bd7bb05d9cab376fefcc12f82d2f05
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
# Need some devel packages in the host
|
# Need some devel packages in the host
|
||||||
|
|
Loading…
Reference in a new issue