Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0
@ 2024-09-08  8:42 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: newbluemoon @ 2024-09-08  8:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]

There is a new pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From f44d33d752f3ced166fbd3e7362aabe93735ab62 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
@ 2024-09-15 13:26 ` newbluemoon
  2024-09-24 11:24 ` newbluemoon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2024-09-15 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From c804763095203ff5a4e30d00aef8fc5e6aa43d9a Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
@ 2024-09-24 11:24 ` newbluemoon
  2024-10-23 19:15 ` newbluemoon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2024-09-24 11:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From b979fb1f851b60c77b847a4ca67ffe4437ed60f3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
  2024-09-24 11:24 ` newbluemoon
@ 2024-10-23 19:15 ` newbluemoon
  2024-11-21  8:45 ` newbluemoon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2024-10-23 19:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From 54fa5079beca97e9e88b517c12c6c88eadcf63d5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (2 preceding siblings ...)
  2024-10-23 19:15 ` newbluemoon
@ 2024-11-21  8:45 ` newbluemoon
  2024-12-19  5:03 ` newbluemoon
  2025-01-11 17:02 ` newbluemoon
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2024-11-21  8:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From d1d2f53d31edbd70633dfb95a06bab04f084fc64 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (3 preceding siblings ...)
  2024-11-21  8:45 ` newbluemoon
@ 2024-12-19  5:03 ` newbluemoon
  2025-01-11 17:02 ` newbluemoon
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2024-12-19  5:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From d43e1d766969e2580065160086a5f85e42177c45 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (4 preceding siblings ...)
  2024-12-19  5:03 ` newbluemoon
@ 2025-01-11 17:02 ` newbluemoon
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2025-01-11 17:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


A patch file from https://github.com/void-linux/void-packages/pull/52144.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-yt6801-52144.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From 98d9900559f427ae282e7d450daf9d3607b57d9e Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -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 <blaumolch@mailbox.org>"
+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
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-11 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
2024-09-24 11:24 ` newbluemoon
2024-10-23 19:15 ` newbluemoon
2024-11-21  8:45 ` newbluemoon
2024-12-19  5:03 ` newbluemoon
2025-01-11 17:02 ` newbluemoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).