mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 20:42:24 +01:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# Contributor: Shiz <hi@shiz.me>
|
|
# Maintainer: Shiz <hi@shiz.me>
|
|
pkgname=icmake
|
|
pkgver=9.02.08
|
|
pkgrel=2
|
|
pkgdesc="Make utility using a C-like grammar"
|
|
url="https://fbb-git.github.io/icmake/"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="bash"
|
|
subpackages="$pkgname-doc"
|
|
source="https://gitlab.com/fbb-git/icmake/-/archive/$pkgver/icmake-$pkgver.tar.bz2
|
|
disable-clear-screen.patch"
|
|
patch_args="-p2"
|
|
builddir="$srcdir/icmake-$pkgver/icmake"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
sed -i '/^#define DOCDOCDIR/d' INSTALL.im
|
|
echo '#define DOCDOCDIR "usr/share/doc/icmake"' >> INSTALL.im
|
|
}
|
|
|
|
build() {
|
|
export CFLAGS="$CFLAGS -O2"
|
|
./icm_prepare /
|
|
./icm_bootstrap x
|
|
}
|
|
|
|
package() {
|
|
./icm_install strip all "$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
d88877b7d575ce905639b5ee37008718623dfff910da547b11be9e22f1696f30809c438bf702a54a2709b9b4d6cdd929b7e28e41ae2923b8ceffbc058102b76b icmake-9.02.08.tar.bz2
|
|
7eedfec5afca771db4253335a378aac8fa61fbdb9ce6072183e65fd303bce28bdf0bb0e1c3dd28fa6fe6ecfdb931945c56679ec7e3feb1c5980aa30aec85e66d disable-clear-screen.patch
|
|
"
|