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 1024b568d4bce4cb4bfaae061557c908808c3e00..b1e8d510fe0f6b2fe861beb1d0f5ba2a834f2557 100644 (file)
@@ -4,8 +4,8 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=filesystem
-version=3.4
-release=4
+version=3.6
+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
 }