NEW VERSION IS AVIALABLE HERE
sudo apt update
NEW VERSION IS AVIALABLE HERE
sudo apt update
{ | |
"kind": "BuildConfig", | |
"apiVersion": "v1", | |
"metadata": { | |
"name": "sample-android" | |
}, | |
"spec": { | |
"source": { | |
"git": { | |
"uri": "https://github.com/maleck13/blank-android-gradle.git" |
[Unit] | |
Description=supervisord - Supervisor process control system for UNIX | |
Documentation=http://supervisord.org | |
After=network.target | |
[Service] | |
Type=forking | |
ExecStart=/bin/supervisord -c /etc/supervisord/supervisord.conf | |
ExecReload=/bin/supervisorctl reload | |
ExecStop=/bin/supervisorctl shutdown |
# -*- coding: utf-8 -*- | |
#source: https://github.com/cython/cython/wiki/PackageHierarchy | |
import sys, os | |
from distutils.core import setup, Extension | |
from Cython.Distutils import build_ext | |
package_name = 'gd' | |
package_dir = 'gd' |