milis/talimatname/genel/r/ragel/talimat

19 lines
496 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sonlu durum makinelerini düzenli dillerden çalıştırılabilir C, C ++, Objective-C veya D koduna derler.
# URL: http://www.complang.org/ragel/
# Paketçi: Cihan Alkan
# Gerekler:
name=ragel
version=6.10
release=1
source=(https://www.colm.net/files/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -std=gnu++98"
make
make DESTDIR=$PKG install
install -m0644 -D ragel.vim "$PKG"/usr/share/vim/vimfiles/syntax/ragel.vim
}