🏡 index : github.com/captn3m0/asahi-identifier.git

author Nemo <me@captnemo.in> 2023-02-22 17:56:02.0 +05:30:00
committer Nemo <me@captnemo.in> 2023-02-22 17:56:02.0 +05:30:00
commit
bdbb49b43cfa398772ec26e1ea691fe111a6e42d [patch]
tree
b4b56c60eaa2feba268cda03f1c7d1a7e7177594
download
main.tar.gz

Initial commit



Diff

 PKGBUILD           | 19 +++++++++++++++++++
 kcm-about-distrorc |  5 +++++
 lsb-release        |  3 +++
 os-release         |  8 ++++++++
 4 files changed, 35 insertions(+)

diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..acf97b7 100644
--- /dev/null
+++ a/PKGBUILD
@@ -1,0 +1,19 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=asahi-identifier
pkgver=1.0.0
pkgrel=1
pkgdesc="Asahi Linux os-release and lsb-release files"
arch=('aarch64')
license=('MIT')
source=("os-release"
        "lsb-release"
	"kcm-about-distrorc")

package() {
	mkdir -p "$pkgdir/etc/xdg"
	cp os-release lsb-release "$pkgdir/etc"
	cp kcm-about-distrorc "$pkgdir/etc/xdg"
}
sha256sums=('e95d28071b1ae1d466f4bbc3272d7ab53e2f7394d2b0ca89b4a69c831841747b'
            'efd04e8611a5f82717cafe53115ddfa2103acbd99d8ce588b0f979f3ff44a360'
            'fbc15230eac758af4fee9cc3b35c9be7c8484c65cd00023bb7746e011e7582d3')
diff --git a/kcm-about-distrorc b/kcm-about-distrorc
new file mode 100644
index 0000000..a3a27b3 100644
--- /dev/null
+++ a/kcm-about-distrorc
@@ -1,0 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none
[General]
LogoPath=/usr/share/pixmaps/asahi_logo.svg
Website=https://asahilinux.org
diff --git a/lsb-release b/lsb-release
new file mode 100644
index 0000000..46a18cb 100644
--- /dev/null
+++ a/lsb-release
@@ -1,0 +1,3 @@
DISTRIB_ID="Asahi Linux"
DISTRIB_RELEASE="rolling"
DISTRIB_DESCRIPTION="Asahi Linux"
diff --git a/os-release b/os-release
new file mode 100644
index 0000000..fc45aee 100644
--- /dev/null
+++ a/os-release
@@ -1,0 +1,8 @@
NAME="Asahi Linux"
PRETTY_NAME="Asahi Linux"
ID=asahi
ID_LIKE=arch
BUILD_ID=rolling
HOME_URL="https://asahilinux.org"
DOCUMENTATION_URL="https://github.com/asahilinux/docs/wiki"
BUG_REPORT_URL="https://github.com/AsahiLinux"