1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

Ports: Apply the known hygiene rules on the dmidecode port

This commit is contained in:
Liav A 2022-10-08 11:58:59 +03:00 committed by Andreas Kling
parent 71647871f9
commit 33ce7c939a

View file

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=dmidecode
version=3.3
useconfigure=false
port='dmidecode'
version='3.3'
useconfigure='false'
files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz
https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz.sig dmidecode-${version}.tar.xz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_import_key="90DFD6523C57373D81F63D19865688D038F02FC8"
auth_type='sig'
auth_import_key='90DFD6523C57373D81F63D19865688D038F02FC8'
auth_opts=("--keyring" "./gnu-keyring.gpg" "dmidecode-${version}.tar.xz.sig")
install() {