23 lines
608 B
Bash
23 lines
608 B
Bash
# Template file for 'mbpfan'
|
|
pkgname=mbpfan
|
|
version=2.0.2
|
|
revision=1
|
|
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
|
|
conf_files="/etc/mbpfan.conf"
|
|
short_desc="Macbook Pro Fan Control Daemon"
|
|
maintainer="noah <nsawyer1993@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/dgraziotin/mbpfan"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=9d0530f39c029f2c932aafa6cf666ded805961e09f4007614971b29834d72e72
|
|
|
|
do_install() {
|
|
vbin bin/mbpfan
|
|
vconf mbpfan.conf
|
|
}
|
|
|
|
post_install() {
|
|
vsv mbpfan
|
|
}
|