This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'ms-edge-stable' (bashed off of google-chrome) | |
pkgname=ms-edge-stable | |
version=104.0.1293.63 | |
revision=1 | |
_channel=stable | |
archs="x86_64" | |
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools" | |
depends="gtk+3" | |
short_desc="Attempt at creating a safer, faster, and more stable browser" | |
maintainer="Avi Kav <[email protected]>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env elixir | |
# TODO: Support multiple, non-hardcoded cards and dynamic discovery | |
Mix.install([{:exile, "== 0.1.0"}]) | |
# https://techbase.kde.org/Development/Tutorials/Sensors | |
# https://github.com/KDE/ksysguard/blob/master/ksysguardd/Porting-HOWTO | |
defmodule KsysRadeon do | |
@cmd ~w[radeontop -d -] | |
# TODO: How do I align the table? |
OlderNewer