mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Ports: Apply the known hygiene rules on the dmidecode port
This commit is contained in:
parent
71647871f9
commit
33ce7c939a
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=dmidecode
|
port='dmidecode'
|
||||||
version=3.3
|
version='3.3'
|
||||||
useconfigure=false
|
useconfigure='false'
|
||||||
files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz
|
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://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"
|
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||||
auth_type="sig"
|
auth_type='sig'
|
||||||
auth_import_key="90DFD6523C57373D81F63D19865688D038F02FC8"
|
auth_import_key='90DFD6523C57373D81F63D19865688D038F02FC8'
|
||||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "dmidecode-${version}.tar.xz.sig")
|
auth_opts=("--keyring" "./gnu-keyring.gpg" "dmidecode-${version}.tar.xz.sig")
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue