18 lines
512 B
Bash
18 lines
512 B
Bash
# Template file for 'paper-icon-theme'
|
|
pkgname=paper-icon-theme
|
|
version=1.3.4
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="A modern freedesktop icon theme"
|
|
build_style=gnu-configure
|
|
maintainer="Satoshi Amemiya <amemiya@protonmail.com>"
|
|
license="LGPL-3, CC-BY-SA-4.0"
|
|
hostmakedepends="autoconf automake"
|
|
homepage="https://github.com/snwh/${pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=b32fc5f084b6be7dfe8275b5f1edfdcafe6200da7df90c13cc1d2628dd50c843
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|