diff options
author | David Demelier <markand@malikania.fr> | 2020-01-12 12:40:29 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-01-12 13:02:25 +0100 |
commit | 1377f4e2394283d7db49be90b775a7e83ce82b48 (patch) | |
tree | 573304a2bceccb8ddd334e0dc15fc3c45508409e /testing/papirus-icon-theme | |
parent | f67244e9cfc2f4f8515bc1dc6570140a47db5776 (diff) | |
download | aports-1377f4e2394283d7db49be90b775a7e83ce82b48.tar.bz2 aports-1377f4e2394283d7db49be90b775a7e83ce82b48.tar.xz |
testing/papirus-icon-theme: new aport
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
papirus icon theme
Diffstat (limited to 'testing/papirus-icon-theme')
-rw-r--r-- | testing/papirus-icon-theme/APKBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/papirus-icon-theme/APKBUILD b/testing/papirus-icon-theme/APKBUILD new file mode 100644 index 0000000000..8a7cafacda --- /dev/null +++ b/testing/papirus-icon-theme/APKBUILD @@ -0,0 +1,17 @@ +# Contributor: David Demelier <markand@malikania.fr> +# Maintainer: David Demelier <markand@malikania.fr> +pkgname="papirus-icon-theme" +pkgver=20200102 +pkgrel=0 +pkgdesc="papirus icon theme" +url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" +arch="noarch" +license="GPL-3.0-only" +source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$pkgver.tar.gz" +options="!check" + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f papirus-icon-theme-20200102.tar.gz" |