Kaydet (Commit) 1085152e authored tarafından Hakan Dündar's avatar Hakan Dündar

Support for ARM devices

üst 473dce5b
......@@ -4,7 +4,7 @@ _pkgver=1.0.0
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="System performance and usage monitoring tool"
arch=('x86_64')
arch=('any')
url="https://github.com/hakandundar34coding/system-monitoring-center"
license=('GPL3')
depends=('bash' 'dmidecode' 'gtk3' 'hwids' 'iproute2' 'mesa-demos'
......
......@@ -7,7 +7,7 @@ Standards-Version: 4.3.0
Homepage: https://github.com/hakandundar34coding/system-monitoring-center
Package: system-monitoring-center
Architecture: amd64
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
bash (>=5.0),
......
Name: system-monitoring-center
Version: 1.0.0
Release: 1%{?dist}
Summary: Provides information about system performance and usage.
License: GPLv3
URL: https://github.com/hakandundar34coding/system-monitoring-center
Name: system-monitoring-center
Version: 1.0.0
Release: 1%{?dist}
Summary: Provides information about system performance and usage.
License: GPLv3
URL: https://github.com/hakandundar34coding/system-monitoring-center
BuildArch: noarch
BuildRequires: python3-setuptools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment