gcc-fortran-ccache-bindings: adopted port

This commit is contained in:
Tim Biermann 2023-08-18 19:54:24 +02:00
parent c46322956d
commit 34603afd51
2 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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
}