pkgname=dummy pkgver=0.1 pkgrel=1 pkgdesc="" arch=('i686' 'x86_64') url="" license=('custom') depends=('glibc') conflicts=('toto') source=() build() { cd $srcdir cat > main.cc < int main() { std::cout << "Hello!" << std::endl; return 0; } EOF cat > Makefile <