mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: tuxedo-yt6801-1.0.29tux0
Closes: #54547 [via git-merge-pr]
This commit is contained in:
parent
2d34b06cb4
commit
8bfa08c50b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/tuxedo-yt6801/template
Normal file
22
srcpkgs/tuxedo-yt6801/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'tuxedo-yt6801'
|
||||
pkgname=tuxedo-yt6801
|
||||
version=1.0.29tux0
|
||||
revision=1
|
||||
depends="dkms"
|
||||
short_desc="Kernel module for Motorcomm YT6801 ethernet controller (DKMS)"
|
||||
maintainer="Seth <sutura-git@qkco.os>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
|
||||
distfiles="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/archive/v${version}/tuxedo-yt6801-v${version}.tar.gz"
|
||||
checksum=ecbf5b80bf14784cadef81d05c8dd31329448d205822c627d7661ee0fa529c82
|
||||
|
||||
dkms_modules="tuxedo-yt6801 ${version}"
|
||||
|
||||
do_install() {
|
||||
sed "s/#MODULE_VERSION#/${version}/" debian/tuxedo-yt6801.dkms > dkms.conf
|
||||
vmkdir usr/src/${pkgname}-${version}
|
||||
vcopy "src/*.c" usr/src/${pkgname}-${version}
|
||||
vcopy "src/*.h" usr/src/${pkgname}-${version}
|
||||
vcopy dkms.conf usr/src/${pkgname}-${version}
|
||||
vcopy "src/Kbuild" usr/src/${pkgname}-${version}
|
||||
}
|
Loading…
Add table
Reference in a new issue