Commit 453420e2 authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

[New Package] pakitheme (#5159)

* [New Package] pakitheme

* Update pakitheme.rb
parent bed4effe
require 'package'
class Pakitheme < Package
description 'Automatically install your host GTK+ theme as a Flatpak'
homepage 'https://github.com/refi64/pakitheme'
version '1.0'
compatibility 'all'
source_url 'https://github.com/saltedcoffii/pakitheme/archive/1.0.tar.gz'
source_sha256 '32446ecc73ae95d699d6e14e5fa3dc3a8b3a9cfae02457b2b7f38fdd7d7524f3'
depends_on 'flatpak'
def self.install
system "install -Dm755 ./pakitheme #{CREW_DEST_PREFIX}/bin/pakitheme"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment