18 lines
512 B
Bash
18 lines
512 B
Bash
|
# Template file for 'paper-icon-theme'
|
||
|
pkgname=paper-icon-theme
|
||
|
version=1.3.2
|
||
|
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=44bfefde469e3d968e4c530f7ec09dcacba82da5913ffc8a9ac44addad449ce3
|
||
|
|
||
|
pre_configure() {
|
||
|
NOCONFIGURE=1 ./autogen.sh
|
||
|
}
|