Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ rpcs3-app
rpi-imager-app
rsbbi-git
rstudio-deb
rtl8821cu-dkms-git
rust-bin
rust-bindgen-git
rust-motd-deb
Expand Down
29 changes: 29 additions & 0 deletions packages/rtl8821cu-dkms-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pkgbase = rtl8821cu-dkms-git
gives = 8821cu-20210916
pkgver = 5.12.0.4
pkgdesc = Linux Driver for USB WiFi Adapters that are based on the RTL8811CU, RTL8821CU, RTL8821CUH and RTL8731AU Chipsets
url = https://github.com/morrownr/8821cu-20210916
arch = amd64
arch = arm64
depends = dkms
depends = curl
depends = kmod
depends = bc
depends = iproute2
optdepends = usb-modeswitch: A tool that can switch the adapter from CD-ROM mode to Wi-Fi mode
pacdeps = firmware-realtek-deb
maintainer = aKqir24 <aKqir24@github.com>
repology = project: rtl8821cu-dkms-git
source = https://github.com/morrownr/8821cu-20210916.git
makedepends_amd64 = bash
makedepends_amd64 = nano
makedepends_amd64 = bc
makedepends_amd64 = build-essential
makedepends_amd64 = linux-headers-amd64
makedepends_arm64 = bash
makedepends_arm64 = nano
makedepends_arm64 = bc
makedepends_arm64 = build-essential
makedepends_arm64 = linux-headers-arm64

pkgname = rtl8821cu-dkms-git
39 changes: 39 additions & 0 deletions packages/rtl8821cu-dkms-git/rtl8821cu-dkms-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
pkgname="rtl8821cu-dkms-git"
gives="8821cu-20210916"
repology=("project: ${pkgname}")
pkgdesc="Linux Driver for USB WiFi Adapters that are based on the RTL8811CU, RTL8821CU, RTL8821CUH and RTL8731AU Chipsets"
pkgver="5.12.0.4"
arch=("amd64" "arm64")
url='https://github.com/morrownr/8821cu-20210916'
depends=(
"dkms"
"curl"
"kmod"
"bc"
"iproute2"
)
makedepends=(
"bash"
"nano"
"bc"
"build-essential"
"linux-headers-${CARCH}"
)
pacdeps=("firmware-realtek-deb")
optdepends=("usb-modeswitch: A tool that can switch the adapter from CD-ROM mode to Wi-Fi mode")
source=("https://github.com/morrownr/${gives}.git")
maintainer=("aKqir24 <aKqir24@github.com>")

package() {
cd "${gives}"
bash install-driver.sh
}

post_remove() {
modprobe -r rtl8821cu
bash -c "$(curl -fsSL https://raw.githubusercontent.com/morrownr/8821cu-20210916/refs/heads/main/remove-driver.sh)"
}

post_install() {
modprobe rtl8821cu
}
30 changes: 30 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -13462,6 +13462,36 @@ pkgbase = rstudio-deb

pkgname = rstudio-deb
---
pkgbase = rtl8821cu-dkms-git
gives = 8821cu-20210916
pkgver = 5.12.0.4
pkgdesc = Linux Driver for USB WiFi Adapters that are based on the RTL8811CU, RTL8821CU, RTL8821CUH and RTL8731AU Chipsets
url = https://github.com/morrownr/8821cu-20210916
arch = amd64
arch = arm64
depends = dkms
depends = curl
depends = kmod
depends = bc
depends = iproute2
optdepends = usb-modeswitch: A tool that can switch the adapter from CD-ROM mode to Wi-Fi mode
pacdeps = firmware-realtek-deb
maintainer = aKqir24 <aKqir24@github.com>
repology = project: rtl8821cu-dkms-git
source = https://github.com/morrownr/8821cu-20210916.git
makedepends_amd64 = bash
makedepends_amd64 = nano
makedepends_amd64 = bc
makedepends_amd64 = build-essential
makedepends_amd64 = linux-headers-amd64
makedepends_arm64 = bash
makedepends_arm64 = nano
makedepends_arm64 = bc
makedepends_arm64 = build-essential
makedepends_arm64 = linux-headers-arm64

pkgname = rtl8821cu-dkms-git
---
pkgbase = rust-bin
gives = rust
pkgver = 1.92.0
Expand Down
Loading