mbpfan: update to 2.1.0.

This commit is contained in:
cr6git 2018-09-19 07:45:31 +02:00 committed by GitHub
parent a1b9120b77
commit cf79df497e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Template file for 'mbpfan' # Template file for 'mbpfan'
pkgname=mbpfan pkgname=mbpfan
version=2.0.2 version=2.1.0
revision=1 revision=1
only_for_archs="x86_64 i686 x86_64-musl i686-musl" # it's Macbook-specific and Macbooks only have these arches. only_for_archs="x86_64 i686 x86_64-musl i686-musl" # it's Macbook-specific and Macbooks only have these arches.
build_style=gnu-makefile build_style=gnu-makefile
@ -9,12 +9,11 @@ short_desc="Macbook Pro Fan Control Daemon"
maintainer="noah <nsawyer1993@gmail.com>" maintainer="noah <nsawyer1993@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/dgraziotin/mbpfan" homepage="https://github.com/dgraziotin/mbpfan"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="https://github.com/dgraziotin/mbpfan/archive/v${version}.tar.gz"
checksum=9d0530f39c029f2c932aafa6cf666ded805961e09f4007614971b29834d72e72 checksum=97e631fda6d71eba989e4403883f74eb89f54e3c30a9c8068c5f7fb1f95d84c8
do_install() { pre_build() {
vbin bin/mbpfan sed -i 's|/usr/sbin|/usr/bin|' Makefile
vconf mbpfan.conf
} }
post_install() { post_install() {