{"id":15389211,"url":"https://github.com/splitbrain/archlinux-brother-hll3230cdw","last_synced_at":"2026-04-28T08:01:41.186Z","repository":{"id":136753252,"uuid":"151152773","full_name":"splitbrain/archlinux-brother-hll3230cdw","owner":"splitbrain","description":"Brother HL-L3230CDW PKGBUILD for ArchLinux","archived":false,"fork":false,"pushed_at":"2018-10-01T20:14:32.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T16:42:41.946Z","etag":null,"topics":["archlinux","brother","cups","printer"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/splitbrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-01T20:13:39.000Z","updated_at":"2024-03-17T20:51:59.000Z","dependencies_parsed_at":"2023-07-14T13:31:44.548Z","dependency_job_id":null,"html_url":"https://github.com/splitbrain/archlinux-brother-hll3230cdw","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.5,"last_synced_commit":"335855cf581f306baa51124fb5a47442a8455850"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/splitbrain/archlinux-brother-hll3230cdw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitbrain%2Farchlinux-brother-hll3230cdw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitbrain%2Farchlinux-brother-hll3230cdw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitbrain%2Farchlinux-brother-hll3230cdw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitbrain%2Farchlinux-brother-hll3230cdw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splitbrain","download_url":"https://codeload.github.com/splitbrain/archlinux-brother-hll3230cdw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitbrain%2Farchlinux-brother-hll3230cdw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archlinux","brother","cups","printer"],"created_at":"2024-10-01T14:59:45.139Z","updated_at":"2026-04-28T08:01:41.161Z","avatar_url":"https://github.com/splitbrain.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brother HL-L3230CDW for ArchLinux\n\nThis is a `PKGBUILD` to install the Brother CUPS drivers for the HL-L3230CDW printer on ArchLinux.\n\nIt's based on the AUR package for the [HL-L2395DW package](https://aur.archlinux.org/packages/brother-hll2395dw/). However it does not even try to fix the weird package locations Brother used (several of them are hard coded inside the binaries). Instead it simply extracts the RPM package, and symlinks the two files that CUPS needs.\n\nBecause of the non-standard paths, this package has not been pushed to AUR.\n\n## Installation\n\nClone the repository and run\n\n    $\u003e makepkg\n    #\u003e sudo pacman -U brother-*.pkg.tar.xz\n\nThen open the CUPS admin on http://localhost:631, add a new printer and pick the `Brother HL-L3230CDW CUPS` driver.\n\n## Directory Structure\n\nThis is the structure the package set up.\n\n```\n\\\n├── opt\n│   └── brother\n│       └── Printers\n│           └── hll3230cdw\n│               ├── cupswrapper\n│               │   ├── brother_hll3230cdw_printer_en.ppd\n│               │   ├── brother_lpdwrapper_hll3230cdw\n│               │   └── cupswrapperhll3230cdw\n│               ├── inf\n│               │   ├── brhll3230cdwfunc\n│               │   ├── brhll3230cdwrc\n│               │   ├── ImagingArea\n│               │   ├── lut\n│               │   │   ├── 0600-c_cache17.bin\n│               │   │   ├── 0600-c-TS_cache17.bin\n│               │   │   ├── 0600-k_cache17.bin\n│               │   │   ├── 0600-k-TS_cache17.bin\n│               │   │   ├── 0600-m_cache17.bin\n│               │   │   ├── 0600-m-TS_cache17.bin\n│               │   │   ├── 0600-y_cache17.bin\n│               │   │   ├── 0600-y-TS_cache17.bin\n│               │   │   ├── capt-c_cache17.bin\n│               │   │   ├── capt-c-TS_cache17.bin\n│               │   │   ├── capt-k_cache17.bin\n│               │   │   ├── capt-k-TS_cache17.bin\n│               │   │   ├── capt-m_cache17.bin\n│               │   │   ├── capt-m-TS_cache17.bin\n│               │   │   ├── capt-y_cache17.bin\n│               │   │   └── capt-y-TS_cache17.bin\n│               │   ├── paperinfij2\n│               │   └── setupPrintcapij\n│               ├── LICENSE_ENG.txt\n│               ├── LICENSE_JPN.txt\n│               └── lpd\n│                   ├── brhll3230cdwfilter\n│                   └── filter_hll3230cdw\n└── usr\n    ├── bin\n    │   └── brprintconf_hll3230cdw\n    ├── lib\n    │   └── cups\n    │       └── filter\n    │           └── brother_lpdwrapper_hll3230cdw -\u003e /opt/brother/Printers/hll3230cdw/cupswrapper/brother_lpdwrapper_hll3230cdw\n    └── share\n        └── cups\n            └── model\n                └── brother_hll3230cdw_printer_en.ppd -\u003e /opt/brother/Printers/hll3230cdw/cupswrapper/brother_hll3230cdw_printer_en.ppd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitbrain%2Farchlinux-brother-hll3230cdw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplitbrain%2Farchlinux-brother-hll3230cdw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitbrain%2Farchlinux-brother-hll3230cdw/lists"}