apt-pkg-native 0.3.3

Bindings for libapt-pkg
Documentation
1
2
3
4
5
6
7
8
9
10
build:
	docker build --network=mope --build-arg http_proxy=http://urika:3142 --tag trusty-dev-vm .

run: build
	docker run --network=mope -v $(shell pwd)/../..:/mnt -it trusty-dev-vm

clean:
	docker rmi trusty-dev-vm

.PHONY: build run