Skip to content

Commit

Permalink
ports: fix build. Restore make and make install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pitill0 committed Jan 30, 2025
1 parent 59540a9 commit f754fa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ports/.signature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core-arm64.pub
RWSKslkvIwb+2aVXEtPNja+tYLePbUR+pbQCsa+wcuH7xhPlRLxSZ9cZPLQg2ruI1NSJC7iUiT5uSF5rqgU3THcr+p6ac54HWw4=
SHA256 (Pkgfile) = 1326afc0e40d3ce358f07068c7f50ae384dc5428112d7eb89a3534864ce5c057
RWSKslkvIwb+2fQgRARXC2fCzM5Ff0Zm4jOsmp/Nx0egFsFtcx3TPaPjXVOki/Mfln6iXuklrefgAJBEMAFaXu44r9h8AimJ9QU=
SHA256 (Pkgfile) = 6a9d5d7e36dad85df8f39c957fb89d1005b726159845977e42b11713800483c0
SHA256 (.footprint) = d6f9032d0128e5231e566df64daf0c4b8796ea0b9c00d3667a0c569969b80881
SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94
SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791
Expand Down
18 changes: 10 additions & 8 deletions ports/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@

name=ports
version=1.6
release=3
release=4

source=(https://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
core-arm64.httpup core-arm64.pub \
opt-arm64.httpup opt-arm64.pub \
xorg-arm64.httpup xorg-arm64.pub)
core.pub opt.pub xorg.pub contrib.pub \
core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
core-arm64.httpup core-arm64.pub \
opt-arm64.httpup opt-arm64.pub \
xorg-arm64.httpup xorg-arm64.pub)

build () {
cd $name-$version
cd $name-$version

make
make DESTDIR=$PKG MANDIR=/usr/share/man install

mkdir -p $PKG/etc/ports
install -m 0644 $SRC/*.{httpup,pub,rsync,inactive} $PKG/etc/ports
Expand Down

0 comments on commit f754fa5

Please sign in to comment.