mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
cpufrequtils: fix license
This commit is contained in:
parent
2e886a2134
commit
6dc7c0e525
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cpufrequtils'
|
# Template file for 'cpufrequtils'
|
||||||
pkgname=cpufrequtils
|
pkgname=cpufrequtils
|
||||||
version=008
|
version=008
|
||||||
revision=12
|
revision=13
|
||||||
_commit=a2f0c39d5f21596bb9f5223e895c0ff210b265d0
|
_commit=a2f0c39d5f21596bb9f5223e895c0ff210b265d0
|
||||||
wrksrc="${pkgname}-${_commit}"
|
wrksrc="${pkgname}-${_commit}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,7 +10,7 @@ make_install_args="mandir=/usr/share/man"
|
||||||
hostmakedepends="gettext"
|
hostmakedepends="gettext"
|
||||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git"
|
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufrequtils.git"
|
||||||
distfiles="${homepage}/snapshot/${pkgname}-${_commit}.tar.gz"
|
distfiles="${homepage}/snapshot/${pkgname}-${_commit}.tar.gz"
|
||||||
checksum=53b0fd1092e2053d31f4707ae0485f0d09b7faafcfac0e53da06c28ecfe23c95
|
checksum=53b0fd1092e2053d31f4707ae0485f0d09b7faafcfac0e53da06c28ecfe23c95
|
||||||
|
|
Loading…
Add table
Reference in a new issue