CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3: updated to 3.9.10
[ports/core-arm.git] / filesystem / Pkgfile
index e014574f4e86eb970f9fb9233c3545b6db3434c1..b1e8d510fe0f6b2fe861beb1d0f5ba2a834f2557 100644 (file)
@@ -5,7 +5,7 @@
 
 name=filesystem
 version=3.6
-release=1
+release=2
 source=(issue motd shells group passwd shadow securetty fstab mime.types)
 
 build() {
@@ -76,4 +76,14 @@ echo "CRUX-ARM version $version"
 # End of file
 EOF
   chmod 755 $PKG/usr/bin/crux
+
+  # /etc/os-release
+cat > $PKG/etc/os-release << EOF
+NAME=CRUX-ARM
+VERSION="$version"
+ID=crux-arm
+PRETTY_NAME="CRUX-ARM"
+HOME_URL="https://crux-arm.nu/"
+BUG_REPORT_URL="https://crux-arm.nu/bugs/"
+EOF
 }