diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:49:01 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:49:01 +0100 |
commit | 979e2d864fb942db992e05dee6b86ca2c3569b8c (patch) | |
tree | 5c6b2a7144ca24943dc534608a809682e555724d /extra | |
parent | 7cbf54616a610761d2b7906781641997dc2899cc (diff) | |
download | repository-979e2d864fb942db992e05dee6b86ca2c3569b8c.tar.gz |
hwdata: add new package at 0.365
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/hwdata/build | 8 | ||||
-rw-r--r-- | extra/hwdata/checksums | 2 | ||||
-rw-r--r-- | extra/hwdata/meta | 3 | ||||
-rw-r--r-- | extra/hwdata/sources | 1 | ||||
-rw-r--r-- | extra/hwdata/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/hwdata/build b/extra/hwdata/build new file mode 100755 index 00000000..f525957d --- /dev/null +++ b/extra/hwdata/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-blacklist + +make +make DESTDIR="$1" install diff --git a/extra/hwdata/checksums b/extra/hwdata/checksums new file mode 100644 index 00000000..6e43c7ec --- /dev/null +++ b/extra/hwdata/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +c06b792c553a59e81bb4bac7e27b22ab9f0fb859258f38b413cbf8fb3f112157 v0.365.tar.gz diff --git a/extra/hwdata/meta b/extra/hwdata/meta new file mode 100644 index 00000000..ae2d5aa3 --- /dev/null +++ b/extra/hwdata/meta @@ -0,0 +1,3 @@ +description: Package containing various hardware identification and configuration data +license: GPL-2.0-or-later, XFree86-1.0 +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/hwdata/sources b/extra/hwdata/sources new file mode 100644 index 00000000..a562e167 --- /dev/null +++ b/extra/hwdata/sources @@ -0,0 +1 @@ +https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.365.tar.gz diff --git a/extra/hwdata/version b/extra/hwdata/version new file mode 100644 index 00000000..08f9f151 --- /dev/null +++ b/extra/hwdata/version @@ -0,0 +1 @@ +0.365 1 |