CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated to 5.19.4
[ports/raspberrypi3-arm.git] / ports / Pkgfile
index ae38e7214eb5376ea67cc25ac043959a679003e0..3dc4c49c318dd914310fab7119638a26a2c0d769 100644 (file)
@@ -5,12 +5,15 @@
 # Depends on:
 
 name=ports
-version=1.5
-release=23
+version=1.6
+release=1
 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
        core.pub opt.pub xorg.pub contrib.pub \
         core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
-        raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync)
+        raspberrypi3-arm.rsync raspberrypi3-arm.pub \
+        core-arm64.rsync core-arm64.pub \
+        opt-arm64.rsync opt-arm64.pub \
+        xorg-arm64.rsync xorg-arm64.pub)
 
 build () {
   cd $name-$version
@@ -26,7 +29,11 @@ build () {
   install -m 0644 $SRC/xorg.pub $PKG/etc/ports
   install -m 0644 $SRC/contrib.pub $PKG/etc/ports
   install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports
+  install -m 0644 $SRC/raspberrypi3-arm.pub $PKG/etc/ports
   install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports
+  install -m 0644 $SRC/core-arm64.pub $PKG/etc/ports
   install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports
+  install -m 0644 $SRC/opt-arm64.pub $PKG/etc/ports
   install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports
+  install -m 0644 $SRC/xorg-arm64.pub $PKG/etc/ports
 }