Skip to content

Commit

Permalink
Add python3
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-thacker committed Nov 12, 2020
1 parent 365b412 commit 43eafea
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created by: Eric Turgeon <ericturgeon@ghostbsd.org>
# $FreeBSD$

PORTNAME= software-station
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= https://github.com/GhostBSD/${PORTNAME}/archive/

MAINTAINER= ericturgeon@ghostbsd.org
COMMENT= Tool install and deinstall software and pksystem packages.
LICENSE = BSD

RUN_DEPENDS= sudo:security/sudo \
${LOCALBASE}/etc/pkg/repos/GhostBSD.conf.ca:misc/ghostbsd-pkg-conf

USE_GITHUB= yes
GH_ACCOUNT= GhostBSD

USES = python:3.7+
USE_PYTHON= distutils
USE_GNOME= pygobject3

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1605186185
SHA256 (GhostBSD-software-station-1.0_GH0.tar.gz) = 1fc8af488f44e07f884df37c8d42d8a67c1a513cf354b853bf401eb014283c9e
SIZE (GhostBSD-software-station-1.0_GH0.tar.gz) = 101707
4 changes: 4 additions & 0 deletions pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Software Station is a tool to install GhostBSD, TrueOS and FreeBSD software,
and systems packages.
:
WWW: http://github.com/ghostbsd/software-station
5 changes: 5 additions & 0 deletions pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin/software-station
etc/sudoers.d/software-station
%%PYTHON_SITELIBDIR%%/software_station_pkg.py
%%PYTHON_SITELIBDIR%%/software_station_xpm.py
share/applications/software-station.desktop

0 comments on commit 43eafea

Please sign in to comment.