From 34603afd51fe0beb92e2e96dadad9b5ec8cbb285 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 18 Aug 2023 19:54:24 +0200 Subject: [PATCH] gcc-fortran-ccache-bindings: adopted port --- gcc-fortran-ccache-bindings/.signature | 4 ++-- gcc-fortran-ccache-bindings/Pkgfile | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc-fortran-ccache-bindings/.signature b/gcc-fortran-ccache-bindings/.signature index 52b39a087..1885270cf 100644 --- a/gcc-fortran-ccache-bindings/.signature +++ b/gcc-fortran-ccache-bindings/.signature @@ -1,4 +1,4 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/70hoQjhYrShXjp9a2xH+nbJlUOyLHaiL+VFiLtxG06YzMtULTBxAZiiozlY4ztxOB09jW8rcmCQnF0PT7ToQI= -SHA256 (Pkgfile) = 2a0b776f78ccd0dcb6affbc52bbba5091036b1bb76e99330760d2d44fe057726 +RWSagIOpLGJF3wdmQ0EaHSYIKhX3tho4TwYzmmfAQoe51+GTNJPHIbLHTvuAT036yx5wXoW5Oa9Gb6vDsJo8d28OVYSz5O+uegE= +SHA256 (Pkgfile) = 51fc036c6e7e4bda0d3d04d0c0bbd1e1f0c041279361edde13848a1a2f7a09bf SHA256 (.footprint) = 403fced36b4569deefa74e8865cbbdfd885c84ab2ef130d53e7af2f6a43912b9 diff --git a/gcc-fortran-ccache-bindings/Pkgfile b/gcc-fortran-ccache-bindings/Pkgfile index ff3b4a630..2ad84a014 100644 --- a/gcc-fortran-ccache-bindings/Pkgfile +++ b/gcc-fortran-ccache-bindings/Pkgfile @@ -1,7 +1,7 @@ -# Description: Masquerade directory to use ccache with gcc-fortran. -# URL: http://gcc.gnu.org/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: gcc-fortran ccache +# Description: Masquerade directory to use ccache with gcc-fortran +# URL: https://gcc.gnu.org/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: ccache gcc-fortran name=gcc-fortran-ccache-bindings version=1 @@ -9,10 +9,10 @@ release=2 source=() build() { - install -d $PKG/usr/lib/ccache - ln -s ../../bin/ccache $PKG/usr/lib/ccache/f77 - ln -s ../../bin/ccache $PKG/usr/lib/ccache/f90 - ln -s ../../bin/ccache $PKG/usr/lib/ccache/f95 - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gfortran -} + install -d $PKG/usr/lib/ccache + ln -s ../../bin/ccache $PKG/usr/lib/ccache/f77 + ln -s ../../bin/ccache $PKG/usr/lib/ccache/f90 + ln -s ../../bin/ccache $PKG/usr/lib/ccache/f95 + ln -s ../../bin/ccache $PKG/usr/lib/ccache/gfortran +}