17 lines
514 B
Bash
17 lines
514 B
Bash
# Template file for 'arc-icon-theme'
|
|
pkgname=arc-icon-theme
|
|
version=20161122
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Icon theme for arc-theme"
|
|
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/horst3180/arc-icon-theme"
|
|
distfiles="https://github.com/horst3180/arc-icon-theme/archive/${version}.tar.gz"
|
|
checksum=0b448dde34138b12ab2d5f224f001cf8203fff55e6b19b013b0461b4376641f9
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|