#!/bin/bash
# This file provides a simple and minimalistic PKGBUILD.
# Disable unused variable warnings:
# shellcheck disable=2034
pkgname=example
pkgver=0.1.0
pkgrel=1
arch=(x86_64)
pkgdesc="A minimalistic example."
url="https://archlinux.org/"
license=(MIT)