crux-musl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/crux-musl
Log | Files | Refs | README | LICENSE

Pkgfile (983B)


      1 # Description: CRUX ports system tools
      2 # URL: https://crux.nu
      3 # Maintainer: Emmett1, emmett1 dot 2miligrams at protonmail dot com
      4 
      5 name=ports
      6 version=1.6
      7 release=4
      8 
      9 source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz
     10     core.pub opt.pub xorg.pub crux-musl.pub contrib.pub
     11     core.rsync opt.rsync xorg.rsync
     12     crux-musl.git contrib.rsync.inactive)
     13 
     14 build () {
     15     cd $name-$version
     16 
     17     make
     18     make DESTDIR=$PKG MANDIR=/usr/share/man install
     19 
     20     install -m 0644 $SRC/crux-musl.git $PKG/etc/ports
     21     install -m 0644 $SRC/core.rsync $PKG/etc/ports
     22     install -m 0644 $SRC/opt.rsync $PKG/etc/ports
     23     install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
     24     install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
     25     install -m 0644 $SRC/crux-musl.pub $PKG/etc/ports
     26     install -m 0644 $SRC/core.pub $PKG/etc/ports
     27     install -m 0644 $SRC/opt.pub $PKG/etc/ports
     28     install -m 0644 $SRC/xorg.pub $PKG/etc/ports
     29     install -m 0644 $SRC/contrib.pub $PKG/etc/ports
     30 }