Skip to content
Merged

Core #24

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add core::hwdata v0.387
  • Loading branch information
sixtyfourktec committed Sep 17, 2024
commit 5c9f65e77cc45c3a67fc01c88468660e18e84116
22 changes: 22 additions & 0 deletions recipes/core/hwdata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
inherit: [cpackage, make, install]

metaEnvironment:
PKG_VERSION: "0.387"
PKG_LICENSE: "GPL-2.0+, BSD-3-Clause, XFree86 1.0"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/vcrhonek/hwdata/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA1: 5e368120c7c8095df1dfda9e72d1aad1364ca8e2
stripComponents: 1

buildScript: |
cp -r $1 build
cd build
./configure \
--prefix=$BOB_CWD/install/usr \
--datarootdir=$BOB_CWD/install/usr/share

makeParallel install

packageScript: installCopy "$1/install/"