New package: cosmic-workspaces-epoch-1.0.0.alpha.1

This commit is contained in:
Daniel Martinez 2024-08-10 21:14:00 -04:00
parent 6449772b86
commit 6921dd1b50
No known key found for this signature in database
GPG key ID: 0CB6D99746D459AD
2 changed files with 19 additions and 1 deletions

View file

@ -1 +0,0 @@
COSMIC-Desktop

View file

@ -0,0 +1,19 @@
# Template file for 'cosmic-workspaces-epoch'
pkgname=cosmic-workspaces-epoch
version=1.0.0.alpha.1
revision=1
_tag=epoch-${version/.alpha/-alpha}
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libxkbcommon-devel libgbm-devel eudev-libudev-devel libinput-devel"
short_desc="TODO: cosmic-workspaces-epoch short_desc"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-only"
homepage="https://github.com/pop-os/cosmic-workspaces-epoch"
distfiles="https://github.com/pop-os/cosmic-workspaces-epoch/archive/refs/tags/${_tag}.tar.gz"
checksum=d06438e43ad623036f665b615309f17625922344ea317ce70192dc7f61386a9c
post_install() {
vinstall data/com.system76.CosmicWorkspaces.desktop 0644 usr/share/applications
vinstall data/com.system76.CosmicWorkspaces.svg 0644 usr/share/icons/hicolor/scalable/apps
}