{"id":15925044,"url":"https://github.com/arkanosis/packagerepositories","last_synced_at":"2025-03-24T13:33:23.937Z","repository":{"id":136253537,"uuid":"219081735","full_name":"Arkanosis/PackageRepositories","owner":"Arkanosis","description":"Sources for the (apk|apt|pkg).arkanosis.net packages repositories for Android, Arch, Debian and Kubuntu","archived":false,"fork":false,"pushed_at":"2021-02-01T12:50:37.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T03:54:54.537Z","etag":null,"topics":["android","apt","archlinux","debian","fdroid","kubuntu","package","pacman","repository"],"latest_commit_sha":null,"homepage":"","language":null,"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/Arkanosis.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":"2019-11-02T00:20:40.000Z","updated_at":"2021-12-07T06:17:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bbf8e89-f53a-47c5-b38c-a4ab0bb03ce8","html_url":"https://github.com/Arkanosis/PackageRepositories","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkanosis%2FPackageRepositories","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkanosis%2FPackageRepositories/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkanosis%2FPackageRepositories/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arkanosis%2FPackageRepositories/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arkanosis","download_url":"https://codeload.github.com/Arkanosis/PackageRepositories/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245279985,"owners_count":20589558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","apt","archlinux","debian","fdroid","kubuntu","package","pacman","repository"],"created_at":"2024-10-06T21:41:43.914Z","updated_at":"2025-03-24T13:33:23.620Z","avatar_url":"https://github.com/Arkanosis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arkanosis' package repositories\n\nThis git repository contains the necessary files to populate the following package repositories:\n * [apk.arkanosis.net](https://apk.arkanosis.net) Android package repository;\n * [apt.arkanosis.net](https://apt.arkanosis.net) Debian \u0026 Kubuntu package repository;\n * [pkg.arkanosis.net](https://pkg.arkanosis.net) Arch Linux package repository.\n\nSoftware authors and packagers are most of the time third parties but packages are all curated, reviewed and built by [myself](https://arkanosis.net) for my personal use.\n\nAny package I don't use anymore may be removed at any time, *except packages of software I've written myself*. Support for distros I don't use anymore may be discontinued at any time — this usually means versions of Debian older than stable and versions of Kubuntu older than the latest LTS. Therefore, if you ever depend on a third-party package being available from here, update your distro and drop me an email so that I can at least tell you in advance, should I plan to retire it.\n\nAny package made available in the official repositories of a distro (or in the official F-Droid repository, for Android) may be removed at any time, *including packages for software I've written myself*. This shouldn't cause any issue for you.\n\n## Installation\n\n### On Arch Linux\n\nYou can enable this repository on your up to date Arch Linux as follow:\n\n```sh\nsudo pacman-key --recv-keys FA490B15D054C7E83F70B0408C145ABAC11FA702\nsudo pacman-key --lsign FA490B15D054C7E83F70B0408C145ABAC11FA702\necho '\\n[arkanosis]\\nInclude = /etc/pacman.d/arkanosis.list' | sudo tee -a /etc/pacman.conf\necho 'Server = https://pkg.arkanosis.net/$repo/os/$arch' | sudo tee /etc/pacman.d/arkanosis.list\nsudo pacman -Sy\n```\n\n### On Debian and Kubuntu\n\nYou can enable this repository your Debian 10 (Buster), your Kubuntu 16.04 LTS (Xenial) or your Kubuntu 18.04 (Bionic) as follow:\n\n```sh\ncurl -s https://arkanosis.net/jroquet.pub.asc | sudo apt-key add -\necho \"deb https://apt.arkanosis.net/ stable software\" | sudo tee /etc/apt/sources.list.d/arkanosis.list\nsudo apt update\n```\n\n### On Android\n\nYou can enable this repository on your Android 4.4+ with [F-Droid](https://f-droid.org/) as follow:\n * Scan [this QR code](https://apk.arkanosis.net/fdroid/qr.png), or\n * Manually add the repository with the following information:\n   * Address: https://apk.arkanosis.net\n   * Fingerprint: 655955660F34A4DB7CC2B30D96B8B546759D6AEABC83D34AE682B73A7C24FE62\n\n## Packages\n\nThe following packages are currently available:\n * **bamrescue**: a command line tool to check BAM files for corruption and repair them ([sources](https://github.com/Arkanosis/bamrescue), [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bamrescue))\n * **wmrc**: an application to follow recent changes on Wikimedia projects in real time ([sources](https://github.com/arkanosis/wmrc))\n\nThe following packages are currently being considered for addition:\n * **batzconverter**: a command line tool to display the current or future time in different timezones ([sources](https://github.com/chmouel/batzconverter))\n * **chars**: a command line tool to display information about unicode characters ([sources](https://github.com/antifuchs/chars), [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chars))\n * **csvfix**: a command line tool to deal with CSV data ([sources](https://bitbucket.org/neilb/csvfix/src/default/), [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=csvfix))\n * **delta**: a syntax-highlighting pager for git ([sources](https://github.com/dandavison/delta))\n * **desed**: a debugger for sed ([sources](https://github.com/SoptikHa2/desed/))\n * **fdroidserver**: command line tools to manage a F-Droid repository ([sources](https://gitlab.com/fdroid/fdroidserver), [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fdroidserver))\n * **hotspot**: graphical profiler based on Linux perf ([sources](https://github.com/KDAB/hotspot), [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hotspot))\n * **tmux-thumbs**: a tmux plugin for efficient, keyboard-only copy and paste in the terminal ([sources](https://github.com/fcsonline/tmux-thumbs))\n * **urlencode**: a simple url-encoder / decoder ([sources](https://github.com/dead10ck/urlencode))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkanosis%2Fpackagerepositories","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkanosis%2Fpackagerepositories","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkanosis%2Fpackagerepositories/lists"}