Skip to content

Commit

Permalink
gpkg-dev/cgt: add cc and cpp (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Dec 10, 2023
1 parent b0be86a commit 08a8dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpkg-dev/cgt/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=cgt
pkgver=13.2.0
pkgrel=3
pkgrel=4
pkgdesc='Cross GCCs for Termux (only for Linux)'
arch=(x86_64)
url='https://gcc.gnu.org/'
Expand Down Expand Up @@ -130,6 +130,8 @@ package() {
for i in gcc g++; do
ln -s ${target}-${i} $pkgdir/${CGCT_PREFIX}/bin/${i}
done
ln -s gcc $pkgdir/${CGCT_PREFIX}/bin/cc
ln -s g++ $pkgdir/${CGCT_PREFIX}/bin/cpp
rm -fr $pkgdir/${CGCT_PREFIX}/share
rm -fr $pkgdir/${CGCT_PREFIX}/$target
rm -fr $pkgdir/${DIR_TERMUX}/files
Expand Down

0 comments on commit 08a8dc5

Please sign in to comment.