Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: tuxedo-yt6801-1.0.29tux0 #52144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
20 changes: 20 additions & 0 deletions srcpkgs/tuxedo-yt6801/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'tuxedo-yt6801'
pkgname=tuxedo-yt6801
version=1.0.29tux0
revision=1
depends="dkms"
short_desc="Driver for Motorcomm YT6801 ethernet controller"
maintainer="newbluemoon <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34

dkms_modules="tuxedo-yt6801 ${version}"

do_install() {
vmkdir usr/src/${pkgname}-${version}
vcopy src/* usr/src/${pkgname}-${version}
vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
}